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 @@ -76,6 +76,7 @@ versioning](#daemon-versions-packaged-with-lit).
76
76
77
77
| LiT | LND |
78
78
| ------------------| --------------|
79
+ | ** v0.8.6-alpha** | v0.15.4-beta |
79
80
| ** v0.8.5-alpha** | v0.15.4-beta |
80
81
| ** v0.8.4-alpha** | v0.15.1-beta |
81
82
| ** v0.8.3-alpha** | v0.15.1-beta |
@@ -131,6 +132,7 @@ The following table shows the supported combinations:
131
132
132
133
| LiT | LND | Loop | Faraday | Pool |
133
134
| ------------------| --------------| --------------| --------------| --------------|
135
+ | ** v0.8.6-alpha** | v0.15.5-beta | v0.21.0-beta | v0.2.9-alpha | v0.6.1-beta |
134
136
| ** v0.8.5-alpha** | v0.15.5-beta | v0.20.2-beta | v0.2.9-alpha | v0.6.1-beta |
135
137
| ** v0.8.4-alpha** | v0.15.5-beta | v0.20.1-beta | v0.2.9-alpha | v0.5.8-alpha |
136
138
| ** v0.8.3-alpha** | v0.15.4-beta | v0.20.1-beta | v0.2.8-alpha | v0.5.8-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 = 8
26
- appPatch uint = 5
26
+ appPatch uint = 6
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