electrumx/server/version.py
2017-07-21 12:40:37 +09:00

6 lines
108 B
Python

# Server name and protocol versions
VERSION = 'ElectrumX 1.0.13'
PROTOCOL_MIN = '1.0'
PROTOCOL_MAX = '1.0'