diff --git a/coremain/version.go b/coremain/version.go index 1a3d4ae70..8ef11a668 100644 --- a/coremain/version.go +++ b/coremain/version.go @@ -2,7 +2,7 @@ package coremain // Various CoreDNS constants. const ( - CoreVersion = "1.14.3" + CoreVersion = "1.14.4" CoreName = "CoreDNS" serverType = "dns" )