mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
build: bump version to v0.13.6-alpha
This commit is contained in:
parent
e8b7cff35a
commit
6e6588711f
2 changed files with 3 additions and 1 deletions
|
|
@ -78,6 +78,7 @@ in remote mode (meaning that `lnd-mode=remote` is set). It shows the
|
|||
|
||||
| LiT | LND |
|
||||
|-------------------|--------------|
|
||||
| **v0.13.6-alpha** | v0.17.1-beta |
|
||||
| **v0.13.5-alpha** | v0.17.1-beta |
|
||||
| **v0.13.4-alpha** | v0.17.1-beta |
|
||||
| **v0.13.3-alpha** | v0.17.1-beta |
|
||||
|
|
@ -161,6 +162,7 @@ The following table shows the supported combinations:
|
|||
|
||||
| LiT | LND | Loop | Faraday | Pool | Taproot Assets |
|
||||
|-------------------|--------------|--------------|---------------|--------------|----------------|
|
||||
| **v0.13.6-alpha** | v0.18.3-beta | v0.28.8-beta | v0.2.13-alpha | v0.6.5-beta | v0.4.1-alpha |
|
||||
| **v0.13.5-alpha** | v0.18.3-beta | v0.28.8-beta | v0.2.13-alpha | v0.6.5-beta | v0.4.1-alpha |
|
||||
| **v0.13.4-alpha** | v0.18.3-beta | v0.28.7-beta | v0.2.13-alpha | v0.6.5-beta | v0.4.1-alpha |
|
||||
| **v0.13.3-alpha** | v0.18.2-beta | v0.28.6-beta | v0.2.13-alpha | v0.6.5-beta | v0.4.1-alpha |
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
|
|||
const (
|
||||
appMajor uint = 0
|
||||
appMinor uint = 13
|
||||
appPatch uint = 4
|
||||
appPatch uint = 6
|
||||
|
||||
// appPreRelease MUST only contain characters from semanticAlphabet per
|
||||
// the semantic versioning spec.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue