From 25b2b74260375dfe5f3bee7a96b593bf68898417 Mon Sep 17 00:00:00 2001 From: James Lovejoy Date: Mon, 24 Dec 2018 03:33:03 -0500 Subject: [PATCH] Bump version --- lib/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/version.py b/lib/version.py index 4f3791cd8dd7..19f68793a7ea 100644 --- a/lib/version.py +++ b/lib/version.py @@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '3.2.2' # version of the client package -APK_VERSION = '3.2.2.0' # read by buildozer.spec +ELECTRUM_VERSION = '3.3.0' # version of the client package +APK_VERSION = '3.3.0.0' # read by buildozer.spec PROTOCOL_VERSION = '1.2' # protocol version requested