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