diff --git a/coremain/version.go b/coremain/version.go index 8f6c770e2..c6ff321b2 100644 --- a/coremain/version.go +++ b/coremain/version.go @@ -2,7 +2,7 @@ package coremain // Various CoreDNS constants. const ( - CoreVersion = "1.2.4" + CoreVersion = "1.2.5" coreName = "CoreDNS" serverType = "dns" )