Browse Source

bump apk version number

master
ThomasV 7 years ago
parent
commit
951fd8a47f
  1. 2
      electrum/version.py

2
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

Loading…
Cancel
Save