diff --git a/coremain/version.go b/coremain/version.go index fc3d2c63f..accdd8580 100644 --- a/coremain/version.go +++ b/coremain/version.go @@ -2,7 +2,7 @@ package coremain // Various CoreDNS constants. const ( - CoreVersion = "1.14.5" + CoreVersion = "1.14.6" CoreName = "CoreDNS" serverType = "dns" )