Up version to 1.0.4 (#1404)

Due to the one-off nature of releases 1.0.4 we need to manually bump
the version in master.
This commit is contained in:
Miek Gieben
2018-01-18 20:41:44 +00:00
committed by GitHub
parent 258c163bb0
commit 62d9298401

View File

@@ -2,7 +2,7 @@ package coremain
const (
coreName = "CoreDNS"
coreVersion = "1.0.3"
coreVersion = "1.0.4"
serverType = "dns"
)