From 70b7bdfa73c68f5d15a4298471699aad5516ebb3 Mon Sep 17 00:00:00 2001 From: Andras Banki-Horvath Date: Tue, 25 Apr 2023 17:40:32 +0200 Subject: [PATCH] version: bump to v0.22.2-beta --- release_notes.md | 2 ++ version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/release_notes.md b/release_notes.md index c71d135..69730b6 100644 --- a/release_notes.md +++ b/release_notes.md @@ -16,6 +16,8 @@ This file tracks release notes for the loop client. #### New Features +* With v0.22.2-beta loopd defaults to MuSig2 swaps for both loopin and loopout. + #### Breaking Changes #### Bug Fixes diff --git a/version.go b/version.go index 01089c4..45581cb 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 = 22 - appPatch uint = 1 + appPatch uint = 2 // appPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec.