From c0ff2c0c20c1afd4ee0df55f972fd66d0ae69868 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Thu, 6 Apr 2017 07:36:04 +0900 Subject: [PATCH] Bump to 1.0.8b --- server/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/version.py b/server/version.py index b3d315f..f6327f9 100644 --- a/server/version.py +++ b/server/version.py @@ -1,5 +1,5 @@ # Server name and protocol versions -VERSION = 'ElectrumX 1.0.8a' +VERSION = 'ElectrumX 1.0.8b' PROTOCOL_MIN = '1.0' PROTOCOL_MAX = '1.0'