Skip to content

Commit

Permalink
Set the version to 2014.1.0rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch45 committed Jan 27, 2014
1 parent 081f579 commit ae937c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/version.py
Expand Up @@ -333,7 +333,7 @@ def __repr__(self):
#
# Please bump version information for __saltstack_version__ on new releases
# ----------------------------------------------------------------------------
__saltstack_version__ = SaltStackVersion(2014, 1, 0, 2)
__saltstack_version__ = SaltStackVersion(2014, 1, 0, 3)
__version_info__ = __saltstack_version__.info
__version__ = __saltstack_version__.string
# <---- Hardcoded Salt Version Information -----------------------------------
Expand Down

0 comments on commit ae937c6

Please sign in to comment.