Skip to content

Commit

Permalink
Updates for build 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcramer committed Oct 9, 2018
1 parent 568a422 commit 9ce1624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/build-wine/build-electrum-git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for repo in electrum; do
if [ -d $repo ]; then
cd $repo
git pull
git checkout 3.4.1
git checkout 3.4.2
cd ..
else
URL=https://github.com/simpleledger/$repo.git
Expand Down
2 changes: 1 addition & 1 deletion lib/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PACKAGE_VERSION = '3.4.1' # version of the client package
PACKAGE_VERSION = '3.4.2' # version of the client package
PROTOCOL_VERSION = '1.2' # protocol version requested

# The hash of the mnemonic seed must begin with this
Expand Down

0 comments on commit 9ce1624

Please sign in to comment.