mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Merge pull request #151 from whiteinge/version-prerelease
Bump the Salt version number
This commit is contained in:
commit
0a51d6b50a
@ -1,7 +1,7 @@
|
||||
'''
|
||||
Make me some salt!
|
||||
'''
|
||||
__version_info__ = (0, 9, 2)
|
||||
__version_info__ = (0, 9, 3, 'pre')
|
||||
__version__ = '.'.join(map(str, __version_info__))
|
||||
|
||||
# Import python libs
|
||||
|
Loading…
Reference in New Issue
Block a user