diff --git a/Makefile b/Makefile index f5847d5..2c33226 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ else TEST_OPTS := -cover -race -coverprofile=coverage.txt -covermode=atomic endif -VERSION := 0.4.0 +VERSION := 0.4.1 # Version info for binaries GIT_REVISION := $(shell git rev-parse --short HEAD)