Skip to content

Commit e8c2563

Browse files
committed
version: bump version to v0.23.0-beta
1 parent f2d798c commit e8c2563

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

release_notes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2626
const (
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.

0 commit comments

Comments
 (0)