Bump version to 1.6.6 (#3520)

For release tracking 3519

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2019-12-11 06:05:44 -08:00
committed by GitHub
parent acea8f535f
commit 5c5f18c50c

View File

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