From 12a36bdeda881f05f7040a2ddc2afb82e81cfcf1 Mon Sep 17 00:00:00 2001 From: Chris O'Haver Date: Thu, 21 Nov 2024 10:25:25 -0500 Subject: [PATCH] 1.12.0 bump version (#6986) --- coremain/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coremain/version.go b/coremain/version.go index 7afa4105b..a5ef6553b 100644 --- a/coremain/version.go +++ b/coremain/version.go @@ -2,7 +2,7 @@ package coremain // Various CoreDNS constants. const ( - CoreVersion = "1.11.4" + CoreVersion = "1.12.0" CoreName = "CoreDNS" serverType = "dns" )