version: bump version to v0.20.2-beta

pull/534/head
Alex Bosworth 2 years ago
parent 0d887ac173
commit 7ba67655ef
No known key found for this signature in database
GPG Key ID: E80D2F3F311FD87E

@ -19,7 +19,5 @@ This file tracks release notes for the loop client.
#### Breaking Changes
#### Bug Fixes
* Bump minimum LND version to v0.15.1-beta to avoid failed swaps due to the chain
backend not properly supporting taproot (fixed in: https://github.com/lightningnetwork/lnd/pull/6798).
#### Maintenance

@ -27,7 +27,7 @@ const (
// Note: please update release_notes.md when you change these values.
appMajor uint = 0
appMinor uint = 20
appPatch uint = 1
appPatch uint = 2
// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.

Loading…
Cancel
Save