From 7ba67655ef9dbdaa31c4453556e519d4c48e78fe Mon Sep 17 00:00:00 2001 From: Alex Bosworth Date: Tue, 25 Oct 2022 20:21:45 -0700 Subject: [PATCH] version: bump version to v0.20.2-beta --- release_notes.md | 2 -- version.go | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/release_notes.md b/release_notes.md index 08c8c28..c71d135 100644 --- a/release_notes.md +++ b/release_notes.md @@ -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 diff --git a/version.go b/version.go index 56eaa19..340d635 100644 --- a/version.go +++ b/version.go @@ -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.