bump version (#4895)

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
Chris O'Haver 2021-10-06 19:54:34 -04:00 committed by GitHub
parent 5534625c75
commit 31c5532380
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ package coremain
// Various CoreDNS constants.
const (
CoreVersion = "1.8.5"
CoreVersion = "1.8.6"
coreName = "CoreDNS"
serverType = "dns"
)