From 35e23b20ce44ce8e7911771e0ec5e3771ef10b7e Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Thu, 8 Aug 2019 21:38:03 -0700 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 6cb1ee7..22ed554 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ #endif GIT_COMMIT := $(shell git rev-list -1 HEAD) -VERSION := 0.8.5 +VERSION := 0.8.6 #ifeq ($(BUILDOPTS),) BUILDOPTS :=$(BUILDOPTS)" -ldflags \"-X main.version=$(VERSION) -X main.gitCommit=$(GIT_COMMIT)\"" #endif