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