Skip to content

Commit 535b84c

Browse files
authored
Merge pull request #514 from lightninglabs/v0.20.0-bump
version: bump version to v0.20.0-beta
2 parents 34644bd + 3a4fefc commit 535b84c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

release_notes.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ This file tracks release notes for the loop client.
1616

1717
#### New Features
1818

19-
* P2TR HTLCs and privacy preserving and cheaper MuSig2 loopout sweeps are now supported as an experimental feature when running `loopd` with the`--experimental` flag.
20-
2119
#### Breaking Changes
2220

2321
#### Bug Fixes

version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2626
const (
2727
// Note: please update release_notes.md when you change these values.
2828
appMajor uint = 0
29-
appMinor uint = 19
30-
appPatch uint = 1
29+
appMinor uint = 20
30+
appPatch uint = 0
3131

3232
// appPreRelease MUST only contain characters from semanticAlphabet per
3333
// the semantic versioning spec.

0 commit comments

Comments
 (0)