Skip to content

Commit

Permalink
Bump version to 2.1.1 (dns library change)
Browse files Browse the repository at this point in the history
Shorter git revision
  • Loading branch information
abh committed Sep 20, 2012
1 parent 1767a23 commit b98ffe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
#go get -v
REVISION=`git rev-parse --short=6 HEAD`
REVISION=`git rev-parse --short=5 HEAD`
echo $REVISION > REVISION
go build -ldflags "-X main.gitVersion $REVISION" -v
go install
2 changes: 1 addition & 1 deletion geodns.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"time"
)

var VERSION string = "2.1.0"
var VERSION string = "2.1.1"
var gitVersion string
var serverId string

Expand Down

0 comments on commit b98ffe0

Please sign in to comment.