mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-08 16:59:35 +08:00
6 lines
221 B
Python
6 lines
221 B
Python
# this is the only place where version should be updated
|
|
__version_major__ = '0'
|
|
__version_minor__ = '18'
|
|
__version_patch__ = '0'
|
|
__version__ = '{}.{}.{}.4'.format(__version_major__, __version_minor__, __version_patch__)
|