mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +00:00
bump version number to 4.0.0a0 (alpha version)
This commit is contained in:
parent
dd0be1541e
commit
c37d08cec9
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
# Release 4.0 - (Not released yet; release notes are incomplete)
|
||||||
|
|
||||||
|
* Lightning Network
|
||||||
|
* Http PayServer can be configured from GUI
|
||||||
|
|
||||||
# Release 3.3.8 - (July 11, 2019)
|
# Release 3.3.8 - (July 11, 2019)
|
||||||
|
|
||||||
* fix some bugs with recent bump fee (RBF) improvements (#5483, #5502)
|
* fix some bugs with recent bump fee (RBF) improvements (#5483, #5502)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
ELECTRUM_VERSION = '3.3.8' # version of the client package
|
ELECTRUM_VERSION = '4.0.0a0' # version of the client package
|
||||||
APK_VERSION = '3.3.8.0' # read by buildozer.spec
|
APK_VERSION = '4.0.0.0' # read by buildozer.spec
|
||||||
|
|
||||||
PROTOCOL_VERSION = '1.4' # protocol version requested
|
PROTOCOL_VERSION = '1.4' # protocol version requested
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue