From 6483c8cc33360f42435e3b0059eb4543f77a17cc Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Thu, 22 Aug 2019 23:32:56 -0700 Subject: [PATCH] Version -kcp Signed-off-by: Russ Magee --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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