Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben 2019-06-26 12:46:34 +01:00 committed by GitHub
parent d4d019d749
commit 6c33397d29
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.5.0"
CoreVersion = "1.5.1"
coreName = "CoreDNS"
serverType = "dns"
)