version: bump version to v0.24.0-beta

This commit is contained in:
Alex Bosworth 2023-05-24 11:47:15 -07:00
parent 037966b3ca
commit 3cf9d616d6
No known key found for this signature in database
GPG key ID: E80D2F3F311FD87E
2 changed files with 1 additions and 4 deletions

View file

@ -15,9 +15,6 @@ This file tracks release notes for the loop client.
## Next release
#### New Features
- Easy Autoloop: a new mode for autoloop which requires the user to only set a
single target balance. Autoloop will start dispatching loop outs
whenever the total channel balance of the node exceeds that target.
#### Breaking Changes

View file

@ -26,7 +26,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
// Note: please update release_notes.md when you change these values.
appMajor uint = 0
appMinor uint = 23
appMinor uint = 24
appPatch uint = 0
// appPreRelease MUST only contain characters from semanticAlphabet per