Merge pull request #379 from lightninglabs/v0.12.2-beta-release

version: bump to v0.12.2-beta
pull/372/head v0.12.2-beta
Alex Bosworth 3 years ago committed by GitHub
commit db56b31b11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

@ -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.

Loading…
Cancel
Save