Skip to content

Commit

Permalink
bump version to v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kost committed Mar 8, 2023
1 parent 572a22a commit 425c9a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OUTPUT_DIR = ./builds
GIT_COMMIT = `git rev-parse HEAD | cut -c1-7`
VERSION = 2.7.0
VERSION = 2.7.1
BUILD_OPTIONS = -ldflags "-X main.Version=$(VERSION) -X main.CommitID=$(GIT_COMMIT)"
STATIC_OPTIONS = -ldflags "-extldflags='-static' -X main.Version=$(VERSION) -X main.CommitID=$(GIT_COMMIT)"

Expand Down Expand Up @@ -67,9 +67,9 @@ js/node_modules/webpack:
npm install

tools:
go get github.com/mitchellh/gox
go get github.com/tcnksm/ghr
go get github.com/jteeuwen/go-bindata/...
go install github.com/mitchellh/gox@latest
go install github.com/tcnksm/ghr@latest
go install github.com/go-bindata/go-bindata/...

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

0 comments on commit 425c9a6

Please sign in to comment.