From eee3a6e2e028121a1c705bb343e4c022a8a4a395 Mon Sep 17 00:00:00 2001 From: Damian Mee Date: Tue, 24 Sep 2019 18:36:53 +0700 Subject: [PATCH] v0.6.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 78ac41b..a75a389 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = v0.6.0 +VERSION = v0.6.1 # Fix as per: https://github.com/golang/go/issues/33772 BUILD_FLAGS := -ldflags "-buildid= -X main.version=$(VERSION) -X main.gitHash=$$(git rev-parse HEAD)"