From b7a3e07db89c3f1f8c5a10fc91d48675f8185228 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Thu, 26 May 2022 19:10:29 +0200 Subject: [PATCH] bump version to 4.3.0a0 --- electrum/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/electrum/version.py b/electrum/version.py index 7a38b72ca..d005ae05d 100644 --- a/electrum/version.py +++ b/electrum/version.py @@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '4.2.1' # version of the client package -APK_VERSION = '4.2.1.0' # read by buildozer.spec +ELECTRUM_VERSION = '4.3.0a0' # version of the client package +APK_VERSION = '4.3.0.0' # read by buildozer.spec PROTOCOL_VERSION = '1.4' # protocol version requested