diff --git a/Makefile b/Makefile index 6297be9a..90258205 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: build ENVVAR = GOOS=linux GOARCH=amd64 CGO_ENABLED=0 -TAG = v0.2.0 +TAG = v0.2.1 .PHONY: all build container clean