Skip to content

Commit 12d8fd0

Browse files
authored
Merge pull request #398 from lightninglabs/update-to-v0.14.1-beta
version: bump version to v0.14.1-beta
2 parents 71eb88b + cec9a9f commit 12d8fd0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

release_notes.md

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

2121
#### Bug Fixes
22-
* A protobuf warning that was being logged on `loopd` startup and `loop` cli
23-
calls has been addressed.

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 = 0
30+
appPatch uint = 1
3131

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

0 commit comments

Comments
 (0)