diff options
author | 2017-02-22 21:22:11 +0000 | |
---|---|---|
committer | 2017-02-22 21:22:11 +0000 | |
commit | 703f516112ba0e260f9609277ad81f6f0b18772d (patch) | |
tree | 6b54d38b77d699993d55a790b951e94861f35faf | |
parent | 43c2fcc1efb9d5d98de8c828084d24edd97c10c5 (diff) | |
download | coredns-703f516112ba0e260f9609277ad81f6f0b18772d.tar.gz coredns-703f516112ba0e260f9609277ad81f6f0b18772d.tar.zst coredns-703f516112ba0e260f9609277ad81f6f0b18772d.zip |
Release 006v006
-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 3249752b3..37a5282c1 100644 --- a/coremain/version.go +++ b/coremain/version.go @@ -2,7 +2,7 @@ package coremain const ( coreName = "CoreDNS" - coreVersion = "005" + coreVersion = "006" serverType = "dns" ) |