electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 8773bc2e775aca9282ed7c1d1857db96d8053866
parent 730bfda33a0d5c29fc9f7c53b17a0e408a8c0829
Author: ThomasV <thomasv@electrum.org>
Date:   Fri, 26 Jun 2020 11:38:44 +0200

bump version number for next beta

Diffstat:
Melectrum/version.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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