diff --git a/coremain/version.go b/coremain/version.go index c4f004db5..87e2b0c8a 100644 --- a/coremain/version.go +++ b/coremain/version.go @@ -2,7 +2,7 @@ package coremain // Various CoreDNS constants. const ( - CoreVersion = "1.3.0" + CoreVersion = "1.3.1" coreName = "CoreDNS" serverType = "dns" )