diff options
Diffstat (limited to '')
-rw-r--r-- | coremain/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coremain/version.go b/coremain/version.go index 87e2b0c8a..5fe7e7144 100644 --- a/coremain/version.go +++ b/coremain/version.go @@ -2,7 +2,7 @@ package coremain // Various CoreDNS constants. const ( - CoreVersion = "1.3.1" + CoreVersion = "1.4.0" coreName = "CoreDNS" serverType = "dns" ) |