diff --git a/Makefile b/Makefile index 5c95d6a..c48c8cd 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ #endif GIT_COMMIT := $(shell git rev-list -1 HEAD) -VERSION := 0.8.9-sys-passwd +VERSION := 0.8.10 #ifeq ($(BUILDOPTS),) BUILDOPTS :=$(BUILDOPTS)" -ldflags \"-X main.version=$(VERSION) -X main.gitCommit=$(GIT_COMMIT)\"" #endif