bump version
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing

This commit is contained in:
Tobias Trabelsi
2023-07-20 09:12:14 +02:00
parent 340bcd48fe
commit 601cc245ef
5 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ KERNEL?=$$(uname -s | tr '[:upper:]' '[:lower:]')
GOFMT ?= gofmt -s
VERSION = 0.15.0
VERSION = 0.16.0
test: fmt-check
go test -i $(TEST) || exit 1