diff --git a/Makefile b/Makefile index 931e309..bd3626f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=2.7 +VERSION=2.8 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)"