Bump version to 1.8.7 (#5011)

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2021-12-09 08:41:43 -08:00
committed by GitHub
parent 429ca2d109
commit 16ff95eced

View File

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