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.