From cf37c639e31b2e8342af26f4ab8448b96f99c186 Mon Sep 17 00:00:00 2001 From: Alex Bosworth Date: Thu, 11 Feb 2021 10:13:17 -0800 Subject: [PATCH] version: bump to 0.11.4-beta --- release_notes.md | 1 - version.go | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/release_notes.md b/release_notes.md index 60e5c81..9a87269 100644 --- a/release_notes.md +++ b/release_notes.md @@ -19,4 +19,3 @@ This file tracks release notes for the loop client. #### Breaking Changes #### Bug Fixes -* Default for `--lnd.macaroonpath` is set to the default path for the LND `admin.macaroon` (https://github.com/lightninglabs/loop/issues/336) diff --git a/version.go b/version.go index 35d9d6d..72db413 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 = 11 - appPatch uint = 3 + appPatch uint = 4 // appPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec.