From d1867f5239722f4e6c517d1bdb6554655e4c4df0 Mon Sep 17 00:00:00 2001
From: Rich Megginson <rmeggins@redhat.com>
Date: Fri, 1 Jul 2016 15:19:23 -0600
Subject: add 3.3 to installer

---
 utils/src/ooinstall/variants.py | 1 +
 1 file changed, 1 insertion(+)

(limited to 'utils/src/ooinstall')

diff --git a/utils/src/ooinstall/variants.py b/utils/src/ooinstall/variants.py
index 8889e42e6..a8e2caf5a 100644
--- a/utils/src/ooinstall/variants.py
+++ b/utils/src/ooinstall/variants.py
@@ -36,6 +36,7 @@ class Variant(object):
 # WARNING: Keep the versions ordered, most recent first:
 OSE = Variant('openshift-enterprise', 'OpenShift Enterprise',
     [
+        Version('3.3', 'openshift-enterprise'),
         Version('3.2', 'openshift-enterprise'),
         Version('3.1', 'openshift-enterprise'),
         Version('3.0', 'enterprise')
-- 
cgit v1.2.3