up the version to 1.4.0 (#2642)

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben 2019-03-03 10:41:41 +00:00 committed by GitHub
parent b9fc38a166
commit 8dcc7fccd7
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.3.1"
CoreVersion = "1.4.0"
coreName = "CoreDNS"
serverType = "dns"
)