Skip to content

Commit

Permalink
bump version to 5.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
PiRK committed Nov 1, 2022
1 parent 8e2013e commit 009db25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electroncash/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import re

# version of the client package
VERSION_TUPLE = (5, 1, 5)
VERSION_TUPLE = (5, 1, 6)
PACKAGE_VERSION = ".".join(map(str, VERSION_TUPLE))
# protocol version requested
PROTOCOL_VERSION = '1.4'
Expand Down

0 comments on commit 009db25

Please sign in to comment.