From 4c0b3a405d843b0c2b6b2865da4405e60ed4edf4 Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Thu, 8 Aug 2019 00:32:46 -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 6bf12ab..6cb1ee7 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ #endif GIT_COMMIT := $(shell git rev-list -1 HEAD) -VERSION := 0.8.4 +VERSION := 0.8.5 #ifeq ($(BUILDOPTS),) BUILDOPTS :=$(BUILDOPTS)" -ldflags \"-X main.version=$(VERSION) -X main.gitCommit=$(GIT_COMMIT)\"" #endif