From cfa43451d85ded04d48687ded5f97f89f7d82091 Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Sat, 13 Aug 2022 18:43:03 +0200 Subject: [PATCH] #12 init --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fea4cf6..39f52c7 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor) GOFMT ?= gofmt -s -VERSION = 0.7.1 +VERSION = 0.7.2 test: fmt-check go test -i $(TEST) || exit 1