From eed0d12f8088d32e1d8e5b1a091c624a72e05665 Mon Sep 17 00:00:00 2001 From: Seth Miller Date: Fri, 8 Dec 2017 00:22:15 -0600 Subject: [PATCH] bump to version 0.0.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba02c9ff..3e54b504 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 0.0.4 +VERSION := 0.0.5 LDFLAGS := -X main.Version=$(VERSION) GOFLAGS := -ldflags "$(LDFLAGS) -s -w"