Skip to content

Commit b1b6181

Browse files
ViktorTigerstromellemouton
authored andcommitted
build: bump version to v0.13.0-alpha
1 parent e22788a commit b1b6181

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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.0-alpha** | v0.17.0-beta |
8182
| **v0.12.5-alpha** | v0.17.0-beta |
8283
| **v0.12.4-alpha** | v0.17.0-beta |
8384
| **v0.12.3-alpha** | v0.16.0-beta |
@@ -155,6 +156,7 @@ The following table shows the supported combinations:
155156

156157
| LiT | LND | Loop | Faraday | Pool | Taproot Assets |
157158
|-------------------|--------------|--------------|---------------|--------------|----------------|
159+
| **v0.13.0-alpha** | v0.18.0-beta | v0.28.5-beta | v0.2.13-alpha | v0.6.5-beta | v0.3.3-alpha |
158160
| **v0.12.5-alpha** | v0.17.5-beta | v0.28.1-beta | v0.2.13-alpha | v0.6.4-beta | v0.3.3-alpha |
159161
| **v0.12.4-alpha** | v0.17.4-beta | v0.28.0-beta | v0.2.13-alpha | v0.6.4-beta | v0.3.3-alpha |
160162
| **v0.12.3-alpha** | v0.17.4-beta | v0.27.0-beta | v0.2.11-alpha | v0.6.4-beta | v0.3.3-alpha |

version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2222
// versioning 2.0.0 spec (http://semver.org/).
2323
const (
2424
appMajor uint = 0
25-
appMinor uint = 12
26-
appPatch uint = 5
25+
appMinor uint = 13
26+
appPatch uint = 0
2727

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

0 commit comments

Comments
 (0)