diff --git a/electrum/version.py b/electrum/version.py index b3d04dd0b..27ae4079f 100644 --- a/electrum/version.py +++ b/electrum/version.py @@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '4.5.0' # version of the client package -APK_VERSION = '4.5.0.1' # read by buildozer.spec +ELECTRUM_VERSION = '4.5.1' # version of the client package +APK_VERSION = '4.5.1.0' # read by buildozer.spec PROTOCOL_VERSION = '1.4' # protocol version requested