Skip to content

Commit

Permalink
wip: lnd_services: bump minimum required lnd version to v0.18.4-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed Sep 18, 2024
1 parent 2af92f8 commit 5e064ba
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lnd_services.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ var (
// tags can be adjusted accordingly. This default will be used as a fall
// back version if none is specified in the configuration.
minimalCompatibleVersion = &verrpc.Version{
AppMajor: 0,
AppMinor: 17,
AppPatch: 4,
AppMajor: 0,
AppMinor: 18,
// TODO(guggero): Bump this to 0.18.4 once that version was
// tagged!
AppPatch: 0,
BuildTags: DefaultBuildTags,
}

Expand Down

0 comments on commit 5e064ba

Please sign in to comment.