diff --git a/Makefile b/Makefile index 876aeba..d88f4d5 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ #endif GIT_COMMIT := $(shell git rev-list -1 HEAD) -VERSION := 0.8.7 +VERSION := 0.8.7-kcp #ifeq ($(BUILDOPTS),) BUILDOPTS :=$(BUILDOPTS)" -ldflags \"-X main.version=$(VERSION) -X main.gitCommit=$(GIT_COMMIT)\"" #endif