From cac562d7791cc9938be9f256685da16be008ae3d Mon Sep 17 00:00:00 2001 From: CodeFace Date: Mon, 9 Aug 2021 22:52:35 +0800 Subject: [PATCH] bump version 4.0.16 --- electrum/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/version.py b/electrum/version.py index d0951cf26..97c0b7e8d 100644 --- a/electrum/version.py +++ b/electrum/version.py @@ -1,4 +1,4 @@ -ELECTRUM_VERSION = '4.0.15' # version of the client package +ELECTRUM_VERSION = '4.0.16' # version of the client package APK_VERSION = '4.0.3.0' # read by buildozer.spec PROTOCOL_VERSION = '1.5' # protocol version requested