diff options
author | 2017-12-01 23:25:25 +0000 | |
---|---|---|
committer | 2017-12-01 23:25:25 +0000 | |
commit | a04eeb9c731e2579a031b39a5f491628d95aa022 (patch) | |
tree | c4a186ad5c05f1f09bcff6fecaf9dec647ebca74 | |
parent | 7cc3b08f654e6e797c1935cf850a0db18ef2628a (diff) | |
download | coredns-a04eeb9c731e2579a031b39a5f491628d95aa022.tar.gz coredns-a04eeb9c731e2579a031b39a5f491628d95aa022.tar.zst coredns-a04eeb9c731e2579a031b39a5f491628d95aa022.zip |
Release 1.0.0v1.0.0
-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 33c56f9a7..a569094cf 100644 --- a/coremain/version.go +++ b/coremain/version.go @@ -2,7 +2,7 @@ package coremain const ( coreName = "CoreDNS" - coreVersion = "0.9.10" + coreVersion = "1.0.0" serverType = "dns" ) |