Files
stacks-puppet-node/legacy/blockstack/version.py
2018-11-14 13:47:53 -05:00

6 lines
221 B
Python

# this is the only place where version should be updated
__version_major__ = '20'
__version_minor__ = '0'
__version_patch__ = '8'
__version__ = '{}.{}.{}.9'.format(__version_major__, __version_minor__, __version_patch__)