From d2882371a4dd3f1ee66451d3c4d45124a200a64f Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 22 Jan 2026 16:22:42 +0100 Subject: [PATCH] bump version number to 4.7.0 --- electrum/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/version.py b/electrum/version.py index 18ee702ac..7a8c8c69a 100644 --- a/electrum/version.py +++ b/electrum/version.py @@ -1,4 +1,4 @@ -ELECTRUM_VERSION = '4.6.2' # version of the client package +ELECTRUM_VERSION = '4.7.0' # version of the client package PROTOCOL_VERSION_MIN = '1.4' # electrum protocol PROTOCOL_VERSION_MAX = '1.6'