Skip to content

Commit

Permalink
Merge pull request #576 from lightninglabs/update-to-v0.23.0-beta
Browse files Browse the repository at this point in the history
version: bump version to v0.23.0-beta
  • Loading branch information
alexbosworth authored Apr 25, 2023
2 parents f2d798c + e8c2563 commit 28421af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ This file tracks release notes for the loop client.
* Once the version bump PR is merged and tagged, add the release notes to the tag on GitHub.

## Next release
* Set musig2 to be the default swap protocol.

#### New Features

Expand Down
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
// Note: please update release_notes.md when you change these values.
appMajor uint = 0
appMinor uint = 22
appPatch uint = 1
appMinor uint = 23
appPatch uint = 0

// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
Expand Down

0 comments on commit 28421af

Please sign in to comment.