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" )