diff --git a/lnd_services.go b/lnd_services.go index 7b51e01..1b1e054 100644 --- a/lnd_services.go +++ b/lnd_services.go @@ -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, }