diff --git a/electrum_dash/version.py b/electrum_dash/version.py index 7a155682c..bbe5def2e 100644 --- a/electrum_dash/version.py +++ b/electrum_dash/version.py @@ -1,8 +1,8 @@ import re -ELECTRUM_VERSION = '4.1.5.4' # version of the client package -APK_VERSION = '4.1.5.4' # read by buildozer.spec +ELECTRUM_VERSION = '4.1.5.5' # version of the client package +APK_VERSION = '4.1.5.5' # read by buildozer.spec PROTOCOL_VERSION = '1.4.2' # protocol version requested