mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
version: bump version to v0.23.0-beta
This commit is contained in:
parent
f2d798c3b4
commit
e8c2563082
2 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue