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