From 977380e61ffbbc0f03a2d14dbd7bde646ec90568 Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Thu, 30 Jan 2020 17:22:36 -0800 Subject: [PATCH] Bumped version Signed-off-by: Russ Magee --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index efcd2c8..42238eb 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ +VERSION := 0.8.13 .PHONY: lint vis clean common client server passwd subpkgs install uninstall reinstall ## Tag version of binaries with build info wrt. @@ -19,7 +20,6 @@ endif ############################################################ GIT_COMMIT := $(shell git rev-list -1 HEAD) -VERSION := 0.8.12 #ifeq ($(BUILDOPTS),) BUILDOPTS :=$(BUILDOPTS)"$(GOBUILDOPTS) -ldflags \"-X main.version=$(VERSION)$(MTAG)$(VTAG) -X main.gitCommit=$(GIT_COMMIT)\""