release: 0.2.2

- stop parsing options when pos args started
- add sections with newline before
This commit is contained in:
2020-04-29 11:38:02 +03:00
parent 325c6c25d7
commit 0ea49ff1ad
4 changed files with 11 additions and 2 deletions

View File

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