release: 0.2.1

fix "rename invalid cross-device link"
This commit is contained in:
2020-04-29 05:31:19 +03:00
parent 805813201e
commit 325c6c25d7
2 changed files with 48 additions and 9 deletions

View File

@ -1,5 +1,5 @@
NAME=multini
VERSION=0.2
VERSION=0.2.1
GOCMD=go
LDFLAGS:="$(LDFLAGS) -X 'main.Version=$(VERSION)'"
GOBUILD=$(GOCMD) build -ldflags=$(LDFLAGS)