diff options
author | 2019-03-03 10:41:41 +0000 | |
---|---|---|
committer | 2019-03-03 10:41:41 +0000 | |
commit | 8dcc7fccd74454134b33c8bc9f780ed6d7f076cf (patch) | |
tree | 9b0e929b37ee080b7b9888d39e218449e151114f /coremain/version.go | |
parent | b9fc38a166b106def753158d5a6e2ce33ea09586 (diff) | |
download | coredns-8dcc7fccd74454134b33c8bc9f780ed6d7f076cf.tar.gz coredns-8dcc7fccd74454134b33c8bc9f780ed6d7f076cf.tar.zst coredns-8dcc7fccd74454134b33c8bc9f780ed6d7f076cf.zip |
up the version to 1.4.0 (#2642)v1.4.0
Signed-off-by: Miek Gieben <miek@miek.nl>
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" ) |