Skip to content

Commit b9a3d1d

Browse files
authored
Merge pull request #408 from lightninglabs/update-to-v0.14.2-beta
version: bump version to v0.14.2-beta
2 parents 79100cc + e4911a7 commit b9a3d1d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

release_notes.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,3 @@ This file tracks release notes for the loop client.
1919
#### Breaking Changes
2020

2121
#### Bug Fixes
22-
- Certain versions of the Python gRPC library
23-
[weren't able to connect](https://github.com/grpc/grpc/issues/23172) to
24-
`loopd`'s gRPC interface, getting the `missing selected ALPN property` error.
25-
A server side fix was introduced to get rid of that error message.

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const (
2727
// Note: please update release_notes.md when you change these values.
2828
appMajor uint = 0
2929
appMinor uint = 14
30-
appPatch uint = 1
30+
appPatch uint = 2
3131

3232
// appPreRelease MUST only contain characters from semanticAlphabet per
3333
// the semantic versioning spec.

0 commit comments

Comments
 (0)