release: up the version to 1.6.8 (#3772)

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2020-03-24 15:51:29 +01:00
committed by GitHub
parent 7b08fa6fc8
commit 187d0f3c71

View File

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