From b593cac844ffa8c334a44ca6e56cc738867d9772 Mon Sep 17 00:00:00 2001 From: Bertrand256 Date: Fri, 3 Mar 2023 17:30:57 +0100 Subject: [PATCH] Setting the base version from which development will be carried out. Functionally, this corresponds to version 4.1.5.1 - the last version published by the previous "official" developer of the project. --- 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 5fcef33f20..386e5f2d95 100644 --- a/electrum_dash/version.py +++ b/electrum_dash/version.py @@ -1,8 +1,8 @@ import re -ELECTRUM_VERSION = '4.1.6.6' # version of the client package -APK_VERSION = '4.1.6.6' # read by buildozer.spec +ELECTRUM_VERSION = '4.1.6.7' # version of the client package +APK_VERSION = '4.1.6.7' # read by buildozer.spec PROTOCOL_VERSION = '1.4.2' # protocol version requested