From 30df09534fed44f503f65214736f231761172c32 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Mon, 3 Apr 2017 21:40:02 +0900 Subject: [PATCH] Bump to 1.0.8a --- server/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/version.py b/server/version.py index 97d5497..b3d315f 100644 --- a/server/version.py +++ b/server/version.py @@ -1,5 +1,5 @@ # Server name and protocol versions -VERSION = 'ElectrumX 1.0.8' +VERSION = 'ElectrumX 1.0.8a' PROTOCOL_MIN = '1.0' PROTOCOL_MAX = '1.0'