Set version to 1.6.4 (#3317)

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben 2019-09-27 14:36:14 +01:00 committed by GitHub
parent 22dd0a6f45
commit b139ba34f3
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.6.3"
CoreVersion = "1.6.4"
coreName = "CoreDNS"
serverType = "dns"
)