Skip to content

Commit cbd99df

Browse files
build: bump version to v0.13.2-alpha
1 parent 0314da6 commit cbd99df

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ in remote mode (meaning that `lnd-mode=remote` is set). It shows the
7878

7979
| LiT | LND |
8080
|-------------------|--------------|
81+
| **v0.13.2-alpha** | v0.17.0-beta |
8182
| **v0.13.1-alpha** | v0.17.0-beta |
8283
| **v0.13.0-alpha** | v0.17.0-beta |
8384
| **v0.12.5-alpha** | v0.17.0-beta |
@@ -157,6 +158,7 @@ The following table shows the supported combinations:
157158

158159
| LiT | LND | Loop | Faraday | Pool | Taproot Assets |
159160
|-------------------|--------------|--------------|---------------|--------------|----------------|
161+
| **v0.13.2-alpha** | v0.18.2-beta | v0.28.5-beta | v0.2.13-alpha | v0.6.5-beta | v0.3.3-alpha |
160162
| **v0.13.1-alpha** | v0.18.1-beta | v0.28.5-beta | v0.2.13-alpha | v0.6.5-beta | v0.3.3-alpha |
161163
| **v0.13.0-alpha** | v0.18.0-beta | v0.28.5-beta | v0.2.13-alpha | v0.6.5-beta | v0.3.3-alpha |
162164
| **v0.12.5-alpha** | v0.17.5-beta | v0.28.1-beta | v0.2.13-alpha | v0.6.4-beta | v0.3.3-alpha |

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2323
const (
2424
appMajor uint = 0
2525
appMinor uint = 13
26-
appPatch uint = 1
26+
appPatch uint = 2
2727

2828
// appPreRelease MUST only contain characters from semanticAlphabet per
2929
// the semantic versioning spec.

0 commit comments

Comments
 (0)