diff options
author | 2019-07-28 20:00:28 +0000 | |
---|---|---|
committer | 2019-07-28 20:00:28 +0000 | |
commit | 0a218d3cf4aeab36a7931924aaf22426370fa392 (patch) | |
tree | e4b5b0552a4b48fc66078a51c4c04832a1861680 /coremain | |
parent | 5a2a422b38b5c446b7dea959befdb83e0de9db31 (diff) | |
download | coredns-0a218d3cf4aeab36a7931924aaf22426370fa392.tar.gz coredns-0a218d3cf4aeab36a7931924aaf22426370fa392.tar.zst coredns-0a218d3cf4aeab36a7931924aaf22426370fa392.zip |
Tag v1.6.0 (#3059)v1.6.0
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'coremain')
-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 9c622c58b..182af29af 100644 --- a/coremain/version.go +++ b/coremain/version.go @@ -2,7 +2,7 @@ package coremain // Various CoreDNS constants. const ( - CoreVersion = "1.5.2" + CoreVersion = "1.6.0" coreName = "CoreDNS" serverType = "dns" ) |