Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
miekg committed Jan 18, 2018
1 parent dc6c407 commit f1c8bda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion coremain/version.go
Expand Up @@ -2,7 +2,7 @@ package coremain

const (
coreName = "CoreDNS"
coreVersion = "1.0.3"
coreVersion = "1.0.4"

serverType = "dns"
)

0 comments on commit f1c8bda

Please sign in to comment.