electrum

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

commit 9053cb221831cfdf0eea0abee7b04b7ebea04708
parent bea0ac1106a68a2382bb8a4b3fbd5484ae0ef85a
Author: ThomasV <thomasv@electrum.org>
Date:   Thu,  9 May 2019 16:16:04 +0200

update version

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 = '3.3.4' # version of the client package -APK_VERSION = '3.3.4.0' # read by buildozer.spec +ELECTRUM_VERSION = '3.3.5' # version of the client package +APK_VERSION = '3.3.5.0' # read by buildozer.spec PROTOCOL_VERSION = '1.4' # protocol version requested