diff --git a/.latest-version b/.latest-version index 3ddf2c2b9..c49463c55 100644 --- a/.latest-version +++ b/.latest-version @@ -1,5 +1,5 @@ { - "version": "4.1.6.3", + "version": "4.1.6.4", "signatures": { "XuKFPN7RDbrvNsPddPyUPzVqwdhvfB67cx": "IC/X9efzzRP+P1TOfCDyIiSds4bVcOTy6EVfADrr54Hvab18f5e8NSzRCU7D29qmBm+V35VCgBL2ID0VikpP+yw=" } diff --git a/electrum_dash/version.py b/electrum_dash/version.py index bd28a8da1..b2849852d 100644 --- a/electrum_dash/version.py +++ b/electrum_dash/version.py @@ -1,8 +1,8 @@ import re -ELECTRUM_VERSION = '4.1.6.3' # version of the client package -APK_VERSION = '4.1.6.3' # read by buildozer.spec +ELECTRUM_VERSION = '4.1.6.4' # version of the client package +APK_VERSION = '4.1.6.4' # read by buildozer.spec PROTOCOL_VERSION = '1.4.2' # protocol version requested