Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Monotoko committed Apr 13, 2022
1 parent 38b5428 commit c3f9082
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .latest-version
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.1.6.5",
"version": "4.1.6.6",
"signatures": {
"XuKFPN7RDbrvNsPddPyUPzVqwdhvfB67cx": "IC/X9efzzRP+P1TOfCDyIiSds4bVcOTy6EVfADrr54Hvab18f5e8NSzRCU7D29qmBm+V35VCgBL2ID0VikpP+yw="
}
Expand Down
4 changes: 2 additions & 2 deletions electrum_dash/version.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import re


ELECTRUM_VERSION = '4.1.6.5' # version of the client package
APK_VERSION = '4.1.6.5' # read by buildozer.spec
ELECTRUM_VERSION = '4.1.6.6' # version of the client package
APK_VERSION = '4.1.6.6' # read by buildozer.spec

PROTOCOL_VERSION = '1.4.2' # protocol version requested

Expand Down

0 comments on commit c3f9082

Please sign in to comment.