Skip to content

Commit

Permalink
Merge pull request #379 from lightninglabs/v0.12.2-beta-release
Browse files Browse the repository at this point in the history
version: bump to v0.12.2-beta
  • Loading branch information
alexbosworth authored Apr 29, 2021
2 parents ef296e9 + 9b5a340 commit db56b31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ This file tracks release notes for the loop client.
## Next release

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

#### Breaking Changes

#### Bug Fixes
- Instead of just blocking for forever without any apparent reason if another
Loop daemon process is already running, we now exit with an error after 5
seconds if acquiring the unique lock on the Loop `bbolt` DB fails.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
// Note: please update release_notes.md when you change these values.
appMajor uint = 0
appMinor uint = 12
appPatch uint = 1
appPatch uint = 2

// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
Expand Down

0 comments on commit db56b31

Please sign in to comment.