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.5-alpha** | v0.16.0-beta |
7980| ** v0.10.4-alpha** | v0.16.0-beta |
8081| ** v0.10.2-alpha** | v0.16.0-beta |
8182| ** v0.10.1-alpha** | v0.16.0-beta |
@@ -141,6 +142,7 @@ The following table shows the supported combinations:
141142
142143| LiT | LND | Loop | Faraday | Pool | Taproot Assets |
143144| -------------------| --------------| --------------| ---------------| --------------| ----------------|
145+ | ** v0.10.5-alpha** | v0.16.4-beta | v0.25.2-beta | v0.2.11-alpha | v0.6.4-beta | v0.2.3-alpha |
144146| ** v0.10.4-alpha** | v0.16.4-beta | v0.25.2-beta | v0.2.11-alpha | v0.6.4-beta | v0.2.3-alpha |
145147| ** v0.10.2-alpha** | v0.16.4-beta | v0.25.2-beta | v0.2.11-alpha | v0.6.4-beta | v0.2.2-alpha |
146148| ** v0.10.1-alpha** | v0.16.3-beta | v0.24.1-beta | v0.2.11-alpha | v0.6.4-beta | v0.2.0-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 = 10
26- appPatch uint = 4
26+ appPatch uint = 5
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