dump version to 1.6.5 (#3425)

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben 2019-11-05 13:46:54 +00:00 committed by GitHub
parent a214161bc3
commit c2fd1b2467
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.4"
CoreVersion = "1.6.5"
coreName = "CoreDNS"
serverType = "dns"
)