File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ This file tracks release notes for the loop client.
15
15
## Next release
16
16
17
17
#### 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.
21
18
22
19
#### Breaking Changes
23
20
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package loop
3
3
// Copyright (c) 2013-2017 The btcsuite developers
4
4
// Copyright (c) 2015-2016 The Decred developers
5
5
// 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
7
7
8
8
import (
9
9
"bytes"
@@ -26,7 +26,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
26
26
const (
27
27
// Note: please update release_notes.md when you change these values.
28
28
appMajor uint = 0
29
- appMinor uint = 21
29
+ appMinor uint = 22
30
30
appPatch uint = 0
31
31
32
32
// appPreRelease MUST only contain characters from semanticAlphabet per
You can’t perform that action at this time.
0 commit comments