2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-04 06:00:21 +00:00

Merge pull request #534 from lightninglabs/update-to-v0.20.2

version: bump version to v0.20.2-beta
This commit is contained in:
Alex Bosworth 2022-10-26 07:40:06 -07:00 committed by GitHub
commit 17a1a3fcc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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.