From 636195bc6e4f37510b07932a61c298c5aad4a593 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Mon, 18 Dec 2023 12:20:48 +0100 Subject: [PATCH] update version to 4.5.0b1 --- electrum/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/version.py b/electrum/version.py index 1b07c664f..0545b0e7b 100644 --- a/electrum/version.py +++ b/electrum/version.py @@ -1,4 +1,4 @@ -ELECTRUM_VERSION = '4.5.0b0' # version of the client package +ELECTRUM_VERSION = '4.5.0b1' # version of the client package APK_VERSION = '4.5.0.0' # read by buildozer.spec PROTOCOL_VERSION = '1.4' # protocol version requested