Skip to content

Commit

Permalink
Mark version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abh committed Apr 7, 2019
1 parent 48468f8 commit 6bd14a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# where to rsync builds
DIST?=dist/publish
DISTSUB=2018/07
DISTSUB=2018/07b

test: .PHONY
go test -v $(shell go list ./... | grep -v /vendor/)
Expand All @@ -25,7 +25,6 @@ bench:
TARS=$(wildcard dist/geodns-*-*.tar)

push: $(TARS) tmp-install.sh
#rsync -avz tmp-install.sh $(TARS) x3.dev:webtmp/2018/04/
rsync --exclude publish tmp-install.sh $(TARS) $(DIST)/$(DISTSUB)/
$(DIST)/push

Expand Down
2 changes: 1 addition & 1 deletion geodns.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import (
)

// VERSION is the current version of GeoDNS
var VERSION string = "3.0.0"
var VERSION string = "3.0.1"
var buildTime string
var gitVersion string

Expand Down

0 comments on commit 6bd14a6

Please sign in to comment.