Skip to content

Commit dff9b28

Browse files
committed
version+README: bump version to v0.14.0-alpha.rc1
1 parent bed65a9 commit dff9b28

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
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.14.0-alpha** | v0.18.4-beta |
8182
| **v0.13.6-alpha** | v0.17.1-beta |
8283
| **v0.13.5-alpha** | v0.17.1-beta |
8384
| **v0.13.4-alpha** | v0.17.1-beta |
@@ -162,6 +163,7 @@ The following table shows the supported combinations:
162163

163164
| LiT | LND | Loop | Faraday | Pool | Taproot Assets |
164165
|-------------------|--------------|--------------|---------------|--------------|----------------|
166+
| **v0.14.0-alpha** | v0.18.4-beta | v0.28.8-beta | v0.2.13-alpha | v0.6.5-beta | v0.5.0-alpha |
165167
| **v0.13.6-alpha** | v0.18.3-beta | v0.28.8-beta | v0.2.13-alpha | v0.6.5-beta | v0.4.1-alpha |
166168
| **v0.13.5-alpha** | v0.18.3-beta | v0.28.8-beta | v0.2.13-alpha | v0.6.5-beta | v0.4.1-alpha |
167169
| **v0.13.4-alpha** | v0.18.3-beta | v0.28.7-beta | v0.2.13-alpha | v0.6.5-beta | v0.4.1-alpha |

version.go

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

2828
// appPreRelease MUST only contain characters from semanticAlphabet per
2929
// the semantic versioning spec.
30-
appPreRelease = "alpha"
30+
appPreRelease = "alpha.rc1"
3131
)
3232

3333
// Version returns the application version as a properly formed string per the

0 commit comments

Comments
 (0)