From 9f956cff620f219f582c03d3c2bdb67050e69ed6 Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Thu, 19 Dec 2019 20:04:22 -0800 Subject: [PATCH] branch temp version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0601659..5c95d6a 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ #endif GIT_COMMIT := $(shell git rev-list -1 HEAD) -VERSION := 0.8.9 +VERSION := 0.8.9-sys-passwd #ifeq ($(BUILDOPTS),) BUILDOPTS :=$(BUILDOPTS)" -ldflags \"-X main.version=$(VERSION) -X main.gitCommit=$(GIT_COMMIT)\"" #endif