File tree 2 files changed +1
-5
lines changed
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.
15
15
## Next release
16
16
17
17
#### New Features
18
- - If the payment for an LSAT fails, it is now automatically re-tried.
19
18
20
19
#### Breaking Changes
21
20
22
21
#### 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 (
27
27
// Note: please update release_notes.md when you change these values.
28
28
appMajor uint = 0
29
29
appMinor uint = 12
30
- appPatch uint = 1
30
+ appPatch uint = 2
31
31
32
32
// appPreRelease MUST only contain characters from semanticAlphabet per
33
33
// the semantic versioning spec.
You can’t perform that action at this time.
0 commit comments