electrumx/server/version.py
2017-04-09 14:20:17 +09:00

6 lines
107 B
Python

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