Update version string to 1.8.5 (#4855)

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang 2021-09-09 13:21:24 -07:00 committed by GitHub
parent ca887c02a5
commit 6196125c21
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.4"
CoreVersion = "1.8.5"
coreName = "CoreDNS"
serverType = "dns"
)