Skip to content

Commit 62eced6

Browse files
authored
Merge pull request #587 from lightninglabs/update-to-v0.24.0-beta
version: bump version to v0.24.0-beta
2 parents 037966b + 3cf9d61 commit 62eced6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

release_notes.md

-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ This file tracks release notes for the loop client.
1515
## Next release
1616

1717
#### New Features
18-
- Easy Autoloop: a new mode for autoloop which requires the user to only set a
19-
single target balance. Autoloop will start dispatching loop outs
20-
whenever the total channel balance of the node exceeds that target.
2118

2219
#### Breaking Changes
2320

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2626
const (
2727
// Note: please update release_notes.md when you change these values.
2828
appMajor uint = 0
29-
appMinor uint = 23
29+
appMinor uint = 24
3030
appPatch uint = 0
3131

3232
// appPreRelease MUST only contain characters from semanticAlphabet per

0 commit comments

Comments
 (0)