Files
stacks-puppet-node/blockstack/version.py
Jude Nelson 1582197c7a version bump
2018-07-05 21:43:13 -04:00

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__ = '{}.{}.{}.8'.format(__version_major__, __version_minor__, __version_patch__)