diff options
author | 2018-01-18 13:46:20 +0000 | |
---|---|---|
committer | 2018-01-18 13:46:20 +0000 | |
commit | f1c8bdae0a67f9ec42ef099135b04f164a2b2d1e (patch) | |
tree | d8d10872ee67e272f19636e6ea747c50d86f56f9 | |
parent | dc6c40740f882d6edc38bd1714a597ff65bf064e (diff) | |
download | coredns-f1c8bdae0a67f9ec42ef099135b04f164a2b2d1e.tar.gz coredns-f1c8bdae0a67f9ec42ef099135b04f164a2b2d1e.tar.zst coredns-f1c8bdae0a67f9ec42ef099135b04f164a2b2d1e.zip |
Release 1.0.4v1.0.4
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | coremain/version.go | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -25,13 +25,13 @@ testk8s: check .PHONY: godeps godeps: go get github.com/mholt/caddy - go get github.com/miekg/dns + #go get github.com/miekg/dns go get github.com/prometheus/client_golang/prometheus/promhttp go get github.com/prometheus/client_golang/prometheus go get golang.org/x/net/context go get golang.org/x/text (cd $(GOPATH)/src/github.com/mholt/caddy && git checkout -q v0.10.10) - (cd $(GOPATH)/src/github.com/miekg/dns && git checkout -q v1.0.3) + #(cd $(GOPATH)/src/github.com/miekg/dns && git checkout -q v1.0.3) (cd $(GOPATH)/src/github.com/prometheus/client_golang && git checkout -q v0.8.0) (cd $(GOPATH)/src/golang.org/x/net && git checkout -q release-branch.go1.9) (cd $(GOPATH)/src/golang.org/x/text && git checkout -q e19ae1496984b1c655b8044a65c0300a3c878dd3) 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" ) |