Skip to content

Commit

Permalink
bump version to v2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kost committed Nov 15, 2023
1 parent 80aeb3e commit 0ba8b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=2.6
VERSION=2.7
GIT_COMMIT = `git rev-parse HEAD | cut -c1-7`
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

0 comments on commit 0ba8b10

Please sign in to comment.