mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Set version to 0.14.0
This commit is contained in:
parent
fc7615e34c
commit
33b096d6cc
@ -6,7 +6,7 @@ Set up the version of Salt
|
||||
import sys
|
||||
|
||||
|
||||
__version_info__ = (0, 13, 0)
|
||||
__version_info__ = (0, 14, 0)
|
||||
__version__ = '.'.join(map(str, __version_info__))
|
||||
|
||||
GIT_DESCRIBE_REGEX = (
|
||||
|
Loading…
Reference in New Issue
Block a user