File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ Lightning Terminal is backwards compatible with `lnd` back to version v0.13.3-be
70
70
71
71
| LiT | LND |
72
72
| ------------------| ------------ |
73
+ | ** v0.6.7-alpha** | v0.13.3-beta |
73
74
| ** v0.6.6-alpha** | v0.13.3-beta |
74
75
| ** v0.6.5-alpha** | v0.13.3-beta |
75
76
| ** v0.6.4-alpha** | v0.13.3-beta |
@@ -116,6 +117,7 @@ The following table shows the supported combinations:
116
117
117
118
| LiT | LND | Loop | Faraday | Pool |
118
119
| ------------------| --------------| --------------| ------------ | --------------|
120
+ | ** v0.6.7-alpha** | v0.14.3-beta | v0.18.0-beta | v0.2.7-alpha | v0.5.6-alpha |
119
121
| ** v0.6.6-alpha** | v0.14.3-beta | v0.18.0-beta | v0.2.7-alpha | v0.5.6-alpha |
120
122
| ** v0.6.5-alpha** | v0.14.2-beta | v0.15.1-beta | v0.2.7-alpha | v0.5.5-alpha |
121
123
| ** v0.6.4-alpha** | v0.14.2-beta | v0.15.1-beta | v0.2.7-alpha | v0.5.4-alpha |
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
23
23
const (
24
24
appMajor uint = 0
25
25
appMinor uint = 6
26
- appPatch uint = 5
26
+ appPatch uint = 7
27
27
28
28
// appPreRelease MUST only contain characters from semanticAlphabet per
29
29
// the semantic versioning spec.
You can’t perform that action at this time.
0 commit comments