diff --git a/main.go b/main.go index 9feb5b327..b0737bc5a 100644 --- a/main.go +++ b/main.go @@ -27,5 +27,5 @@ func main() { if info, ok := debug.ReadBuildInfo(); !ok && info == nil { fmt.Fprint(os.Stderr, "Warning: dnscontrol was built without Go modules. See https://docs.dnscontrol.org/getting-started/getting-started#source for more information on how to build dnscontrol correctly.\n\n") } - os.Exit(commands.Run("DNSControl " + version)) + os.Exit(commands.Run("DNSControl version " + version)) }