diff options
author | 2021-10-06 19:54:34 -0400 | |
---|---|---|
committer | 2021-10-06 16:54:34 -0700 | |
commit | 31c5532380de75a490028be3f2a285d18a93c06c (patch) | |
tree | 23f58b6903dfeceecca45dbde62149d29d11aa50 /coremain/version.go | |
parent | 5534625c75a0ae1f84e1f715eaddb257de4166eb (diff) | |
download | coredns-31c5532380de75a490028be3f2a285d18a93c06c.tar.gz coredns-31c5532380de75a490028be3f2a285d18a93c06c.tar.zst coredns-31c5532380de75a490028be3f2a285d18a93c06c.zip |
bump version (#4895)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
Diffstat (limited to '')
-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 9cdfa0b65..d76a2cac6 100644 --- a/coremain/version.go +++ b/coremain/version.go @@ -2,7 +2,7 @@ package coremain // Various CoreDNS constants. const ( - CoreVersion = "1.8.5" + CoreVersion = "1.8.6" coreName = "CoreDNS" serverType = "dns" ) |