Merge pull request #514 from lightninglabs/v0.20.0-bump

version: bump version to v0.20.0-beta
pull/517/head v0.20.0-beta
Alex Bosworth 2 years ago committed by GitHub
commit 535b84c074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,8 +16,6 @@ This file tracks release notes for the loop client.
#### New Features #### New Features
* P2TR HTLCs and privacy preserving and cheaper MuSig2 loopout sweeps are now supported as an experimental feature when running `loopd` with the`--experimental` flag.
#### Breaking Changes #### Breaking Changes
#### Bug Fixes #### Bug Fixes

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

Loading…
Cancel
Save