From 17c37b656859a4f1f0e19dab33ab53bac545632b Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 21 May 2017 18:23:41 +1200 Subject: [PATCH] bump dist version to 1.0.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 13960d6..130f8d0 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ export PATH := /usr/lib/mxe/usr/bin:$(PATH) GOFLAGS := -ldflags='-s -w' -gcflags='-trimpath=$(CURDIR)' -asmflags='-trimpath=$(CURDIR)' -VERSION := 1.0.0 +VERSION := 1.0.1 .PHONY: all libs dist clean