From c76140ffe12b149979cd46f2b5c23f3300c26bd1 Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Thu, 30 Apr 2020 08:15:26 +0300 Subject: [PATCH] release: 0.2.3 - fixed file write for the '--inplace' option --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5228369..a44c991 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME=multini -VERSION=0.2.2 +VERSION=0.2.3 GOCMD=go LDFLAGS:="$(LDFLAGS) -X 'main.Version=$(VERSION)'" GOBUILD=$(GOCMD) build -ldflags=$(LDFLAGS)