Skip to content

Commit

Permalink
Set version to 0.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch45 committed Dec 11, 2013
1 parent bd12f6b commit 6603c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def __cmp__(self, other):
#
# Please bump version information for __saltstack_version__ on new releases
# ----------------------------------------------------------------------------
__saltstack_version__ = SaltStackVersion(0, 17, 3)
__saltstack_version__ = SaltStackVersion(0, 17, 4)
__version_info__ = __saltstack_version__.info
__version__ = __saltstack_version__.string
# <---- Hardcoded Salt Version Information -----------------------------------
Expand Down

0 comments on commit 6603c95

Please sign in to comment.