From 7ce725c7d2fea2bb51cd230fd1d6e1dbae36e730 Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Wed, 8 Jan 2020 17:16:24 -0800 Subject: [PATCH] Bumped version -> v0.8.10 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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