From 8773bc2e775aca9282ed7c1d1857db96d8053866 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 26 Jun 2020 11:38:44 +0200 Subject: [PATCH] bump version number for next beta --- electrum/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/electrum/version.py b/electrum/version.py index c6b96b46f..264eeb234 100644 --- a/electrum/version.py +++ b/electrum/version.py @@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '4.0.0b0' # version of the client package -APK_VERSION = '4.0.0.0' # read by buildozer.spec +ELECTRUM_VERSION = '4.0.0b1' # version of the client package +APK_VERSION = '4.0.0.1' # read by buildozer.spec PROTOCOL_VERSION = '1.4' # protocol version requested