Skip to content

Commit 271215e

Browse files
authored
Merge pull request #338 from lightninglabs/update-to-v0.11.4-beta
version: bump to 0.11.4-beta
2 parents d389a93 + cf37c63 commit 271215e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

release_notes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ This file tracks release notes for the loop client.
1919
#### Breaking Changes
2020

2121
#### Bug Fixes
22-
* Default for `--lnd.macaroonpath` is set to the default path for the LND `admin.macaroon` (https://github.com/lightninglabs/loop/issues/336)

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const (
2727
// Note: please update release_notes.md when you change these values.
2828
appMajor uint = 0
2929
appMinor uint = 11
30-
appPatch uint = 3
30+
appPatch uint = 4
3131

3232
// appPreRelease MUST only contain characters from semanticAlphabet per
3333
// the semantic versioning spec.

0 commit comments

Comments
 (0)