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.12.2-alpha** | v0.16.0-beta |
7980| ** v0.12.1-alpha** | v0.16.0-beta |
8081| ** v0.12.0-alpha** | v0.16.0-beta |
8182| ** v0.11.0-alpha** | v0.16.0-beta |
@@ -149,6 +150,7 @@ The following table shows the supported combinations:
149150
150151| LiT | LND | Loop | Faraday | Pool | Taproot Assets |
151152| -------------------| --------------| --------------| ---------------| --------------| ----------------|
153+ | ** v0.12.2-alpha** | v0.17.3-beta | v0.26.6-beta | v0.2.11-alpha | v0.6.4-beta | v0.3.2-alpha |
152154| ** v0.12.1-alpha** | v0.17.1-beta | v0.26.5-beta | v0.2.11-alpha | v0.6.4-beta | v0.3.1-alpha |
153155| ** v0.12.0-alpha** | v0.17.0-beta | v0.26.4-beta | v0.2.11-alpha | v0.6.4-beta | v0.3.0-alpha |
154156| ** v0.11.0-alpha** | v0.17.0-beta | v0.26.3-beta | v0.2.11-alpha | v0.6.4-beta | v0.2.3-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 = 12
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