Skip to content

Commit

Permalink
Merge pull request #587 from lightninglabs/update-to-v0.24.0-beta
Browse files Browse the repository at this point in the history
version: bump version to v0.24.0-beta
  • Loading branch information
alexbosworth authored May 24, 2023
2 parents 037966b + 3cf9d61 commit 62eced6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 62eced6

Please sign in to comment.