Browse Source

Mark version 3.0.1

Ask Bjørn Hansen 6 years ago
parent
commit
6bd14a6e14
2 changed files with 2 additions and 3 deletions
  1. 1 2
      Makefile
  2. 1 1
      geodns.go

+ 1 - 2
Makefile

@@ -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/)
@@ -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
 

+ 1 - 1
geodns.go

@@ -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