diff options
author | 2022-09-19 08:43:31 -0400 | |
---|---|---|
committer | 2022-09-19 05:43:31 -0700 | |
commit | 596a9f9e67dd9b01e15bc04a999460422fe65166 (patch) | |
tree | 117c093d5505e5deef1c15dfeea3484747bfa3bc /coremain/version.go | |
parent | d436deb93bdd803ea304b15476302ed8ec5b68fb (diff) | |
download | coredns-596a9f9e67dd9b01e15bc04a999460422fe65166.tar.gz coredns-596a9f9e67dd9b01e15bc04a999460422fe65166.tar.zst coredns-596a9f9e67dd9b01e15bc04a999460422fe65166.zip |
add notes; bump version (#5625)v1.10.0
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
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 8154252ab..7578079c9 100644 --- a/coremain/version.go +++ b/coremain/version.go @@ -2,7 +2,7 @@ package coremain // Various CoreDNS constants. const ( - CoreVersion = "1.9.4" + CoreVersion = "1.10.0" coreName = "CoreDNS" serverType = "dns" ) |