mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-18 13:08:28 +02:00
multi: update version and release notes
This commit is contained in:
parent
1df6685653
commit
950b32dea6
2 changed files with 2 additions and 2 deletions
|
|
@ -22,5 +22,5 @@ This file tracks release notes for the loop client.
|
|||
#### Breaking Changes
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
* The `SuggestSwaps` rpc now returns the correct peer pubkeys in the disqualified list.
|
||||
#### Maintenance
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ const (
|
|||
// Note: please update release_notes.md when you change these values.
|
||||
appMajor uint = 0
|
||||
appMinor uint = 19
|
||||
appPatch uint = 0
|
||||
appPatch uint = 1
|
||||
|
||||
// appPreRelease MUST only contain characters from semanticAlphabet per
|
||||
// the semantic versioning spec.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue