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
78
78
79
79
| LiT | LND |
80
80
| -------------------| --------------|
81
+ | ** v0.13.0-alpha** | v0.17.0-beta |
81
82
| ** v0.12.5-alpha** | v0.17.0-beta |
82
83
| ** v0.12.4-alpha** | v0.17.0-beta |
83
84
| ** v0.12.3-alpha** | v0.16.0-beta |
@@ -155,6 +156,7 @@ The following table shows the supported combinations:
155
156
156
157
| LiT | LND | Loop | Faraday | Pool | Taproot Assets |
157
158
| -------------------| --------------| --------------| ---------------| --------------| ----------------|
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 |
158
160
| ** v0.12.5-alpha** | v0.17.5-beta | v0.28.1-beta | v0.2.13-alpha | v0.6.4-beta | v0.3.3-alpha |
159
161
| ** v0.12.4-alpha** | v0.17.4-beta | v0.28.0-beta | v0.2.13-alpha | v0.6.4-beta | v0.3.3-alpha |
160
162
| ** 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
22
22
// versioning 2.0.0 spec (http://semver.org/).
23
23
const (
24
24
appMajor uint = 0
25
- appMinor uint = 12
26
- appPatch uint = 5
25
+ appMinor uint = 13
26
+ appPatch uint = 0
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