mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Set the version to 0.9.5
This commit is contained in:
parent
b762434c6e
commit
fcca8ddc59
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
__version_info__ = (0, 9, 5, 'pre')
|
||||
__version_info__ = (0, 9, 5)
|
||||
__version__ = '.'.join(map(str, __version_info__))
|
||||
|
|
Loading…
Add table
Reference in a new issue