From a2635f4df96b3f1e876cb98f884b1e85ce94f45c Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Mon, 26 Mar 2018 17:14:34 +0900 Subject: [PATCH] Bump reported version to 1.3.1 --- server/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/version.py b/server/version.py index 3e40474..998f88a 100644 --- a/server/version.py +++ b/server/version.py @@ -1,5 +1,5 @@ # Server name and protocol versions -VERSION = 'ElectrumX 1.3+' +VERSION = 'ElectrumX 1.3.1' PROTOCOL_MIN = '0.9' PROTOCOL_MAX = '1.2'