mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Bump version to 0.15.0
This commit is contained in:
parent
fc3c7d3287
commit
2ba9831f0a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Set up the version of Salt
|
|||
import sys
|
||||
|
||||
|
||||
__version_info__ = (0, 14, 0)
|
||||
__version_info__ = (0, 15, 0)
|
||||
__version__ = '.'.join(map(str, __version_info__))
|
||||
|
||||
GIT_DESCRIBE_REGEX = (
|
||||
|
|
Loading…
Add table
Reference in a new issue