tbump apk version number - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 951fd8a47f6d7d19c1766f127094c61c815cb9a1 DIR parent 1e3c3a528c8d3fe8008bc0c0e2845f1ce059119a HTML Author: ThomasV <thomasv@electrum.org> Date: Wed, 5 Sep 2018 15:33:31 +0200 bump apk version number Diffstat: M electrum/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/electrum/version.py b/electrum/version.py t@@ -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