Skip to content

Commit

Permalink
version: bump to 0.11.4-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbosworth committed Feb 11, 2021
1 parent d389a93 commit cf37c63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cf37c63

Please sign in to comment.