mirror of
https://github.com/lightninglabs/loop
synced 2024-11-04 06:00:21 +00:00
Merge pull request #562 from lightninglabs/update-to-v0.22.0
version: bump version to v0.22.0-beta
This commit is contained in:
commit
d44fbcd575
@ -15,9 +15,6 @@ This file tracks release notes for the loop client.
|
||||
## Next release
|
||||
|
||||
#### New Features
|
||||
* Autoloop now uses a recurring budget. Users can now specify `autobudget` and
|
||||
`autobudgetrefreshperiod` to specify the amount of the budget and the period
|
||||
over which it will refresh.
|
||||
|
||||
#### Breaking Changes
|
||||
|
||||
|
@ -3,7 +3,7 @@ package loop
|
||||
// Copyright (c) 2013-2017 The btcsuite developers
|
||||
// Copyright (c) 2015-2016 The Decred developers
|
||||
// Heavily inspired by https://github.com/btcsuite/btcd/blob/master/version.go
|
||||
// Copyright (C) 2015-2020 The Lightning Network Developers
|
||||
// Copyright (C) 2015-2023 The Lightning Network Developers
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
@ -26,7 +26,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
|
||||
const (
|
||||
// Note: please update release_notes.md when you change these values.
|
||||
appMajor uint = 0
|
||||
appMinor uint = 21
|
||||
appMinor uint = 22
|
||||
appPatch uint = 0
|
||||
|
||||
// appPreRelease MUST only contain characters from semanticAlphabet per
|
||||
|
Loading…
Reference in New Issue
Block a user