From a5a28701b5b23246c253782926e4effb9caefcbd Mon Sep 17 00:00:00 2001 From: Andrey Date: Fri, 14 May 2021 15:48:49 +0400 Subject: [PATCH] Version 4.0.9.3 --- 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 b0a65e8a5..d6b68d7be 100644 --- a/electrum_dash/version.py +++ b/electrum_dash/version.py @@ -1,8 +1,8 @@ import re -ELECTRUM_VERSION = '4.0.9.2' # version of the client package -APK_VERSION = '4.0.9.2' # read by buildozer.spec +ELECTRUM_VERSION = '4.0.9.3' # version of the client package +APK_VERSION = '4.0.9.3' # read by buildozer.spec PROTOCOL_VERSION = '1.4.2' # protocol version requested