File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ This file tracks release notes for the loop client.
13
13
* Once the version bump PR is merged and tagged, add the release notes to the tag on GitHub.
14
14
15
15
## Next release
16
- * Set musig2 to be the default swap protocol.
17
16
18
17
#### New Features
19
18
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
26
26
const (
27
27
// Note: please update release_notes.md when you change these values.
28
28
appMajor uint = 0
29
- appMinor uint = 22
30
- appPatch uint = 1
29
+ appMinor uint = 23
30
+ appPatch uint = 0
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