File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,7 @@ This file tracks release notes for the loop client.
1515## Next release
1616
1717#### New Features
18- - If the payment for an LSAT fails, it is now automatically re-tried.
1918
2019#### Breaking Changes
2120
2221#### Bug Fixes
23- - Instead of just blocking for forever without any apparent reason if another
24- Loop daemon process is already running, we now exit with an error after 5
25- seconds if acquiring the unique lock on the Loop ` bbolt ` DB fails.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const (
2727 // Note: please update release_notes.md when you change these values.
2828 appMajor uint = 0
2929 appMinor uint = 12
30- appPatch uint = 1
30+ appPatch uint = 2
3131
3232 // appPreRelease MUST only contain characters from semanticAlphabet per
3333 // the semantic versioning spec.
You can’t perform that action at this time.
0 commit comments