electrum

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

commit 951fd8a47f6d7d19c1766f127094c61c815cb9a1
parent 1e3c3a528c8d3fe8008bc0c0e2845f1ce059119a
Author: ThomasV <thomasv@electrum.org>
Date:   Wed,  5 Sep 2018 15:33:31 +0200

bump apk version number

Diffstat:
Melectrum/version.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/electrum/version.py b/electrum/version.py @@ -1,5 +1,5 @@ ELECTRUM_VERSION = '3.2.3' # version of the client package -APK_VERSION = '3.2.3.0' # read by buildozer.spec +APK_VERSION = '3.2.3.1' # read by buildozer.spec PROTOCOL_VERSION = '1.2' # protocol version requested