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.10.2-alpha** | v0.16.0-beta |
7980| ** v0.10.1-alpha** | v0.16.0-beta |
8081| ** v0.10.0-alpha** | v0.16.0-beta |
8182| ** v0.9.2-alpha** | v0.16.0-beta |
@@ -139,6 +140,7 @@ The following table shows the supported combinations:
139140
140141| LiT | LND | Loop | Faraday | Pool | Taproot Assets |
141142| -------------------| --------------| --------------| ---------------| --------------| ----------------|
143+ | ** v0.10.2-alpha** | v0.16.4-beta | v0.24.1-beta | v0.2.11-alpha | v0.6.4-beta | v0.2.2-alpha |
142144| ** v0.10.1-alpha** | v0.16.3-beta | v0.24.1-beta | v0.2.11-alpha | v0.6.4-beta | v0.2.0-alpha |
143145| ** v0.10.0-alpha** | v0.16.2-beta | v0.23.0-beta | v0.2.11-alpha | v0.6.2-beta | v0.2.0-alpha |
144146| ** v0.9.2-alpha** | v0.16.2-beta | v0.23.0-beta | v0.2.11-alpha | v0.6.2-beta | n/a |
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 = 10
26- appPatch uint = 1
26+ appPatch uint = 2
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