Skip to content

Commit db56b31

Browse files
authored
Merge pull request #379 from lightninglabs/v0.12.2-beta-release
version: bump to v0.12.2-beta
2 parents ef296e9 + 9b5a340 commit db56b31

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
@@ -15,11 +15,7 @@ This file tracks release notes for the loop client.
1515
## Next release
1616

1717
#### New Features
18-
- If the payment for an LSAT fails, it is now automatically re-tried.
1918

2019
#### Breaking Changes
2120

2221
#### Bug Fixes
23-
- Instead of just blocking for forever without any apparent reason if another
24-
Loop daemon process is already running, we now exit with an error after 5
25-
seconds if acquiring the unique lock on the Loop `bbolt` DB fails.

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 = 12
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)