Skip to content

Commit d44fbcd

Browse files
authored
Merge pull request #562 from lightninglabs/update-to-v0.22.0
version: bump version to v0.22.0-beta
2 parents 2955f92 + 3ddb28d commit d44fbcd

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
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-
* Autoloop now uses a recurring budget. Users can now specify `autobudget` and
19-
`autobudgetrefreshperiod` to specify the amount of the budget and the period
20-
over which it will refresh.
2118

2219
#### Breaking Changes
2320

version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package loop
33
// Copyright (c) 2013-2017 The btcsuite developers
44
// Copyright (c) 2015-2016 The Decred developers
55
// Heavily inspired by https://github.com/btcsuite/btcd/blob/master/version.go
6-
// Copyright (C) 2015-2020 The Lightning Network Developers
6+
// Copyright (C) 2015-2023 The Lightning Network Developers
77

88
import (
99
"bytes"
@@ -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 = 21
29+
appMinor uint = 22
3030
appPatch uint = 0
3131

3232
// appPreRelease MUST only contain characters from semanticAlphabet per

0 commit comments

Comments
 (0)