version: bump to v0.12.2-beta

pull/379/head
Alex Bosworth 3 years ago
parent ef296e9c74
commit 9b5a3401fc
No known key found for this signature in database
GPG Key ID: E80D2F3F311FD87E

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