mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
bump version
This commit is contained in:
parent
0872852602
commit
fff4a95b0d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import sys
|
||||
|
||||
__version_info__ = (0, 10, 3, 'd')
|
||||
__version_info__ = (0, 10, 3)
|
||||
__version__ = '.'.join(map(str, __version_info__))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue