We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af92f8 commit 5e064baCopy full SHA for 5e064ba
lnd_services.go
@@ -40,9 +40,11 @@ var (
40
// tags can be adjusted accordingly. This default will be used as a fall
41
// back version if none is specified in the configuration.
42
minimalCompatibleVersion = &verrpc.Version{
43
- AppMajor: 0,
44
- AppMinor: 17,
45
- AppPatch: 4,
+ AppMajor: 0,
+ AppMinor: 18,
+ // TODO(guggero): Bump this to 0.18.4 once that version was
46
+ // tagged!
47
+ AppPatch: 0,
48
BuildTags: DefaultBuildTags,
49
}
50
0 commit comments