minor cosmetic changes and prepare next release
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-08-30 20:19:08 +02:00
parent 0f441b26d1
commit 3f67ba1895
7 changed files with 21 additions and 6 deletions

View File

@ -3,7 +3,7 @@ GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
GOFMT ?= gofmt -s
VERSION = 0.7.4
VERSION = 0.8.0
test: fmt-check
go test -i $(TEST) || exit 1