Files
stacks-puppet-node/blockstack/version.py
Jude Nelson f3c74feaf3 version bump
2018-10-22 17:24:18 -04:00

6 lines
221 B
Python

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