From e3bd997c6ade626bf31cc9bbdd46d8f647636162 Mon Sep 17 00:00:00 2001 From: justanwar <42809091+justanwar@users.noreply.github.com> Date: Wed, 3 Jul 2024 13:07:08 +0800 Subject: [PATCH] Bump version to 4.1.5.4 (#54) --- electrum_dash/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/electrum_dash/version.py b/electrum_dash/version.py index daf22edc34..7a155682c3 100644 --- a/electrum_dash/version.py +++ b/electrum_dash/version.py @@ -1,8 +1,8 @@ import re -ELECTRUM_VERSION = '4.1.5.3' # version of the client package -APK_VERSION = '4.1.5.3' # read by buildozer.spec +ELECTRUM_VERSION = '4.1.5.4' # version of the client package +APK_VERSION = '4.1.5.4' # read by buildozer.spec PROTOCOL_VERSION = '1.4.2' # protocol version requested