mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use the formated version attribute.
This commit is contained in:
parent
7650a7c9b1
commit
fb054029f7
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ class OptionParserMeta(MixInMeta):
|
|||
|
||||
|
||||
class OptionParser(optparse.OptionParser):
|
||||
VERSION = version.__version__
|
||||
VERSION = version.__saltstack_version__.formatted_version
|
||||
|
||||
usage = '%prog'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue