We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d798c commit e8c2563Copy full SHA for e8c2563
release_notes.md
@@ -13,7 +13,6 @@ This file tracks release notes for the loop client.
13
* Once the version bump PR is merged and tagged, add the release notes to the tag on GitHub.
14
15
## Next release
16
-* Set musig2 to be the default swap protocol.
17
18
#### New Features
19
version.go
@@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
26
const (
27
// Note: please update release_notes.md when you change these values.
28
appMajor uint = 0
29
- appMinor uint = 22
30
- appPatch uint = 1
+ appMinor uint = 23
+ appPatch uint = 0
31
32
// appPreRelease MUST only contain characters from semanticAlphabet per
33
// the semantic versioning spec.
0 commit comments