File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
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.0-alpha** | v0.17.0-beta |
8182| ** v0.12.5-alpha** | v0.17.0-beta |
8283| ** v0.12.4-alpha** | v0.17.0-beta |
8384| ** v0.12.3-alpha** | v0.16.0-beta |
@@ -155,6 +156,7 @@ The following table shows the supported combinations:
155156
156157| LiT | LND | Loop | Faraday | Pool | Taproot Assets |
157158| -------------------| --------------| --------------| ---------------| --------------| ----------------|
159+ | ** v0.13.0-alpha** | v0.18.0-beta | v0.28.5-beta | v0.2.13-alpha | v0.6.5-beta | v0.3.3-alpha |
158160| ** v0.12.5-alpha** | v0.17.5-beta | v0.28.1-beta | v0.2.13-alpha | v0.6.4-beta | v0.3.3-alpha |
159161| ** v0.12.4-alpha** | v0.17.4-beta | v0.28.0-beta | v0.2.13-alpha | v0.6.4-beta | v0.3.3-alpha |
160162| ** v0.12.3-alpha** | v0.17.4-beta | v0.27.0-beta | v0.2.11-alpha | v0.6.4-beta | v0.3.3-alpha |
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2222// versioning 2.0.0 spec (http://semver.org/).
2323const (
2424 appMajor uint = 0
25- appMinor uint = 12
26- appPatch uint = 5
25+ appMinor uint = 13
26+ appPatch uint = 0
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