README+version: bump version to v0.6.7-alpha

This commit is contained in:
Oliver Gugger 2022-04-21 22:31:26 +02:00
parent 2e52319b39
commit 65e35ec509
No known key found for this signature in database
GPG key ID: 8E4256593F177720
2 changed files with 3 additions and 1 deletions

View file

@ -70,6 +70,7 @@ Lightning Terminal is backwards compatible with `lnd` back to version v0.13.3-be
| LiT | LND |
|------------------| ------------ |
| **v0.6.7-alpha** | v0.13.3-beta |
| **v0.6.6-alpha** | v0.13.3-beta |
| **v0.6.5-alpha** | v0.13.3-beta |
| **v0.6.4-alpha** | v0.13.3-beta |
@ -116,6 +117,7 @@ The following table shows the supported combinations:
| LiT | LND | Loop | Faraday | Pool |
|------------------|--------------|--------------| ------------ |--------------|
| **v0.6.7-alpha** | v0.14.3-beta | v0.18.0-beta | v0.2.7-alpha | v0.5.6-alpha |
| **v0.6.6-alpha** | v0.14.3-beta | v0.18.0-beta | v0.2.7-alpha | v0.5.6-alpha |
| **v0.6.5-alpha** | v0.14.2-beta | v0.15.1-beta | v0.2.7-alpha | v0.5.5-alpha |
| **v0.6.4-alpha** | v0.14.2-beta | v0.15.1-beta | v0.2.7-alpha | v0.5.4-alpha |

View file

@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
appMajor uint = 0
appMinor uint = 6
appPatch uint = 5
appPatch uint = 7
// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.