diff --git a/Makefile b/Makefile index fbadac542..e55e23b76 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ ifndef GOPATH $(error GOPATH is not set) endif -VERSION = 0.4.0 +VERSION = 0.4.1 TESTS=$(shell go list ./... | grep -v /vendor/) CONFIGDIR=$(shell pwd)/tests