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 @@ -78,6 +78,7 @@ in remote mode (meaning that `lnd-mode=remote` is set). It shows the
7878
7979| LiT | LND |
8080| -------------------| --------------|
81+ | ** v0.13.6-alpha** | v0.17.1-beta |
8182| ** v0.13.5-alpha** | v0.17.1-beta |
8283| ** v0.13.4-alpha** | v0.17.1-beta |
8384| ** v0.13.3-alpha** | v0.17.1-beta |
@@ -161,6 +162,7 @@ The following table shows the supported combinations:
161162
162163| LiT | LND | Loop | Faraday | Pool | Taproot Assets |
163164| -------------------| --------------| --------------| ---------------| --------------| ----------------|
165+ | ** v0.13.6-alpha** | v0.18.3-beta | v0.28.8-beta | v0.2.13-alpha | v0.6.5-beta | v0.4.1-alpha |
164166| ** v0.13.5-alpha** | v0.18.3-beta | v0.28.8-beta | v0.2.13-alpha | v0.6.5-beta | v0.4.1-alpha |
165167| ** v0.13.4-alpha** | v0.18.3-beta | v0.28.7-beta | v0.2.13-alpha | v0.6.5-beta | v0.4.1-alpha |
166168| ** v0.13.3-alpha** | v0.18.2-beta | v0.28.6-beta | v0.2.13-alpha | v0.6.5-beta | v0.4.1-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 = 13
26- appPatch uint = 4
26+ appPatch uint = 6
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