bump version to include updates
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2022-12-24 18:04:10 +01:00
parent d6f60fb0a7
commit 0fe94d7dc1
4 changed files with 5 additions and 5 deletions

View File

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