Release: bump version to 1.2.4 (#2211)

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben 2018-10-17 22:53:01 +01:00 committed by GitHub
parent a044499545
commit 7343c7012f
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.2.3"
CoreVersion = "1.2.4"
coreName = "CoreDNS"
serverType = "dns"
)