From 742610c33786dffd262214d72328c4d40964c2c8 Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Sun, 7 Jan 2024 15:39:53 +0100 Subject: [PATCH] CICD: GoReleaser version - part 3 (#2769) --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) }