version: bump to 0.11.4-beta

pull/338/head
Alex Bosworth 3 years ago
parent d389a93bd4
commit cf37c639e3
No known key found for this signature in database
GPG Key ID: E80D2F3F311FD87E

@ -19,4 +19,3 @@ This file tracks release notes for the loop client.
#### Breaking Changes #### Breaking Changes
#### Bug Fixes #### 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. // Note: please update release_notes.md when you change these values.
appMajor uint = 0 appMajor uint = 0
appMinor uint = 11 appMinor uint = 11
appPatch uint = 3 appPatch uint = 4
// appPreRelease MUST only contain characters from semanticAlphabet per // appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec. // the semantic versioning spec.

Loading…
Cancel
Save