Skip to content

Commit

Permalink
Merge pull request #2389 from smunilla/BZ1371836
Browse files Browse the repository at this point in the history
Bug 1371836 - The variant should be Registry 3.3
  • Loading branch information
sdodson committed Aug 31, 2016
2 parents 669f1e2 + 1607a01 commit a70ac17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/src/ooinstall/variants.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def latest_version(self):

REG = Variant('openshift-enterprise', 'Registry',
[
Version('3.2', 'openshift-enterprise', 'registry'),
Version('3.3', 'openshift-enterprise', 'registry'),
]
)

Expand Down

0 comments on commit a70ac17

Please sign in to comment.