From f3e547c4817caf0ee7a105402eca35a666b15180 Mon Sep 17 00:00:00 2001 From: Damian Mee Date: Sat, 4 Jan 2020 01:19:41 +0700 Subject: [PATCH] v0.6.6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef2bf90..2124e48 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = v0.6.5 +VERSION = v0.6.6 # NOTE: `-buildid=` is a fix as per: https://github.com/golang/go/issues/33772 BUILD_FLAGS := -ldflags "-s -w -buildid= -X main.version=$(VERSION) -X main.gitHash=$$(git rev-parse HEAD)"