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.
1313* Once the version bump PR is merged and tagged, add the release notes to the tag on GitHub.
1414
1515## Next release
16- * Set musig2 to be the default swap protocol.
1716
1817#### New Features
1918
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2626const (
2727 // Note: please update release_notes.md when you change these values.
2828 appMajor uint = 0
29- appMinor uint = 22
30- appPatch uint = 1
29+ appMinor uint = 23
30+ appPatch uint = 0
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