version: bump version to v0.24.0-beta

pull/587/head
Alex Bosworth 11 months ago
parent 037966b3ca
commit 3cf9d616d6
No known key found for this signature in database
GPG Key ID: E80D2F3F311FD87E

@ -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

@ -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

Loading…
Cancel
Save