aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-01-18 20:41:44 +0000
committerGravatar GitHub <noreply@github.com> 2018-01-18 20:41:44 +0000
commit62d92984016af5902ed26e2364a1af220f7fa01f (patch)
treedc7984181ef602b1addc3a6775a8219f66761a8d
parent258c163bb08596827b7e70318157574090babde4 (diff)
downloadcoredns-62d92984016af5902ed26e2364a1af220f7fa01f.tar.gz
coredns-62d92984016af5902ed26e2364a1af220f7fa01f.tar.zst
coredns-62d92984016af5902ed26e2364a1af220f7fa01f.zip
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.
-rw-r--r--coremain/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/coremain/version.go b/coremain/version.go
index 9a274015a..fbf0ed97b 100644
--- a/coremain/version.go
+++ b/coremain/version.go
@@ -2,7 +2,7 @@ package coremain
const (
coreName = "CoreDNS"
- coreVersion = "1.0.3"
+ coreVersion = "1.0.4"
serverType = "dns"
)