Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit eb3dc6e

Browse files
committed
[build] update version and branch
1 parent 9dc6413 commit eb3dc6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contrib/build-wine/build-electrum-git.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ set -e
1919
mkdir -p tmp
2020
cd tmp
2121

22-
#BUILD_BRANCH="master"
23-
BUILD_BRANCH="trezorlib-compatibility"
22+
BUILD_BRANCH="master"
23+
#BUILD_BRANCH="trezorlib-compatibility"
2424

2525

2626
for repo in electrum-smart; do

lib/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ELECTRUM_VERSION = '4.0.1b2' # version of the client package
1+
ELECTRUM_VERSION = '4.0.1' # version of the client package
22
PROTOCOL_VERSION = '1.2' # protocol version requested
33

44
# The hash of the mnemonic seed must begin with this

0 commit comments

Comments
 (0)