mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-24 03:45:38 +08:00
get off of virtualchain.BitcoinPublicKey wherever possible in favor of keylib
This commit is contained in:
@@ -1 +1,5 @@
|
||||
__version__="0.14.2"
|
||||
# this is the only place where version should be updated
|
||||
__version_major__ = '0'
|
||||
__version_minor__ = '14'
|
||||
__version_patch__ = '2'
|
||||
__version__ = '{}.{}.{}.0'.format(__version_major__, __version_minor__, __version_patch__)
|
||||
|
||||
Reference in New Issue
Block a user