From f1c8bdae0a67f9ec42ef099135b04f164a2b2d1e Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Thu, 18 Jan 2018 13:46:20 +0000 Subject: Release 1.0.4 --- Makefile | 4 ++-- coremain/version.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 57dd348af..024deeedb 100644 --- a/Makefile +++ b/Makefile @@ -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" ) -- cgit v1.2.3