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
7070
7171| LiT | LND |
7272| ------------------| ------------ |
73+ | ** v0.6.5-alpha** | v0.13.3-beta |
7374| ** v0.6.4-alpha** | v0.13.3-beta |
7475| ** v0.6.3-alpha** | v0.13.3-beta |
7576| ** v0.6.2-alpha** | v0.13.3-beta |
@@ -114,6 +115,7 @@ The following table shows the supported combinations:
114115
115116| LiT | LND | Loop | Faraday | Pool |
116117| ------------------| --------------| ----------- | ------------ | --------------|
118+ | ** v0.6.5-alpha** | v0.14.2-beta | v0.15.1-beta | v0.2.7-alpha | v0.5.5-alpha |
117119| ** v0.6.4-alpha** | v0.14.2-beta | v0.15.1-beta | v0.2.7-alpha | v0.5.4-alpha |
118120| ** v0.6.3-alpha** | v0.14.2-beta | v0.15.1-beta | v0.2.7-alpha | v0.5.4-alpha |
119121| ** v0.6.2-alpha** | v0.14.1-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
2323const (
2424 appMajor uint = 0
2525 appMinor uint = 6
26- appPatch uint = 4
26+ appPatch uint = 5
2727
2828 // appPreRelease MUST only contain characters from semanticAlphabet per
2929 // the semantic versioning spec.
You can’t perform that action at this time.
0 commit comments