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).
7676
7777| LiT | LND |
7878| ------------------| --------------|
79+ | ** v0.8.6-alpha** | v0.15.4-beta |
7980| ** v0.8.5-alpha** | v0.15.4-beta |
8081| ** v0.8.4-alpha** | v0.15.1-beta |
8182| ** v0.8.3-alpha** | v0.15.1-beta |
@@ -131,6 +132,7 @@ The following table shows the supported combinations:
131132
132133| LiT | LND | Loop | Faraday | Pool |
133134| ------------------| --------------| --------------| --------------| --------------|
135+ | ** v0.8.6-alpha** | v0.15.5-beta | v0.21.0-beta | v0.2.9-alpha | v0.6.1-beta |
134136| ** v0.8.5-alpha** | v0.15.5-beta | v0.20.2-beta | v0.2.9-alpha | v0.6.1-beta |
135137| ** v0.8.4-alpha** | v0.15.5-beta | v0.20.1-beta | v0.2.9-alpha | v0.5.8-alpha |
136138| ** 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
2323const (
2424 appMajor uint = 0
2525 appMinor uint = 8
26- appPatch uint = 5
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