mirror of
https://github.com/lightninglabs/loop
synced 2024-11-08 01:10:29 +00:00
Merge pull request #379 from lightninglabs/v0.12.2-beta-release
version: bump to v0.12.2-beta
This commit is contained in:
commit
db56b31b11
@ -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…
Reference in New Issue
Block a user