From 80302c1821cc5a7439c18aebbad1ed1fb6aa0e1c Mon Sep 17 00:00:00 2001 From: Daniel Monotoko Date: Wed, 13 Apr 2022 20:12:45 +0800 Subject: [PATCH] version bump --- .latest-version | 2 +- electrum_dash/version.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.latest-version b/.latest-version index aa8dbeb58..4894653da 100644 --- a/.latest-version +++ b/.latest-version @@ -1,5 +1,5 @@ { - "version": "4.1.5.10", + "version": "4.1.5.11", "signatures": { "XuKFPN7RDbrvNsPddPyUPzVqwdhvfB67cx": "IC/X9efzzRP+P1TOfCDyIiSds4bVcOTy6EVfADrr54Hvab18f5e8NSzRCU7D29qmBm+V35VCgBL2ID0VikpP+yw=" } diff --git a/electrum_dash/version.py b/electrum_dash/version.py index 2a5a7f37c..6bdf26d13 100644 --- a/electrum_dash/version.py +++ b/electrum_dash/version.py @@ -1,8 +1,8 @@ import re -ELECTRUM_VERSION = '4.1.5.10' # version of the client package -APK_VERSION = '4.1.5.10' # read by buildozer.spec +ELECTRUM_VERSION = '4.1.5.11' # version of the client package +APK_VERSION = '4.1.5.11' # read by buildozer.spec PROTOCOL_VERSION = '1.4.2' # protocol version requested