From 96411e877fe5abf685f37f8d66b51a9d243d67b5 Mon Sep 17 00:00:00 2001 From: mappu Date: Mon, 19 Jun 2017 21:04:40 +1200 Subject: [PATCH] bump all versions to 1.0.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 130f8d0..e82d20f 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.1 +VERSION := 1.0.2 .PHONY: all libs dist clean