Merge pull request #338 from lightninglabs/update-to-v0.11.4-beta

version: bump to 0.11.4-beta
pull/339/head v0.11.4-beta
Alex Bosworth 3 years ago committed by GitHub
commit 271215e8c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

@ -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.

Loading…
Cancel
Save