diff options
author | 2018-02-22 09:07:59 +0000 | |
---|---|---|
committer | 2018-02-22 09:07:59 +0000 | |
commit | 83b5eadb4e4af8698bb5aed9e243fc024f34296b (patch) | |
tree | 78c282fdcaadba97493b402e188eb5f72d4194e0 /coremain/version.go | |
parent | 11c7d519d12ac3d45ba406d400980579cd762752 (diff) | |
download | coredns-1.0.6.tar.gz coredns-1.0.6.tar.zst coredns-1.0.6.zip |
Release 1.0.6v1.0.6
Diffstat (limited to 'coremain/version.go')
-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 c22058639..242d9e61b 100644 --- a/coremain/version.go +++ b/coremain/version.go @@ -2,7 +2,7 @@ package coremain // Various CoreDNS constants. const ( - CoreVersion = "1.0.5" + CoreVersion = "1.0.6" coreName = "CoreDNS" serverType = "dns" ) |