Skip to content

Commit 425c9a6

Browse files
committed
bump version to v1.7.1
1 parent 572a22a commit 425c9a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OUTPUT_DIR = ./builds
22
GIT_COMMIT = `git rev-parse HEAD | cut -c1-7`
3-
VERSION = 2.7.0
3+
VERSION = 2.7.1
44
BUILD_OPTIONS = -ldflags "-X main.Version=$(VERSION) -X main.CommitID=$(GIT_COMMIT)"
55
STATIC_OPTIONS = -ldflags "-extldflags='-static' -X main.Version=$(VERSION) -X main.CommitID=$(GIT_COMMIT)"
66

@@ -67,9 +67,9 @@ js/node_modules/webpack:
6767
npm install
6868

6969
tools:
70-
go get github.com/mitchellh/gox
71-
go get github.com/tcnksm/ghr
72-
go get github.com/jteeuwen/go-bindata/...
70+
go install github.com/mitchellh/gox@latest
71+
go install github.com/tcnksm/ghr@latest
72+
go install github.com/go-bindata/go-bindata/...
7373

7474
test:
7575
if [ `go fmt $(go list ./... | grep -v /vendor/) | wc -l` -gt 0 ]; then echo "go fmt error"; exit 1; fi

0 commit comments

Comments
 (0)