Skip to content

Commit

Permalink
Merge pull request #514 from lightninglabs/v0.20.0-bump
Browse files Browse the repository at this point in the history
version: bump version to v0.20.0-beta
  • Loading branch information
alexbosworth authored Jul 20, 2022
2 parents 34644bd + 3a4fefc commit 535b84c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ This file tracks release notes for the loop client.

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

#### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
// Note: please update release_notes.md when you change these values.
appMajor uint = 0
appMinor uint = 19
appPatch uint = 1
appMinor uint = 20
appPatch uint = 0

// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
Expand Down

0 comments on commit 535b84c

Please sign in to comment.