mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02: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
2 changed files with 1 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue