diff --git a/Makefile b/Makefile index 79425ec..76cd58e 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ SHELL=/bin/bash -o pipefail GO111MODULE := on -VERSION := "v0.0.1" +VERSION := "v0.0.2" build: @GOOS=linux go build -o "bin/release" ./cmd/release/... @@ -27,4 +27,4 @@ package: clean build release: @git tag $(VERSION) - @git push --tags origin master \ No newline at end of file + @git push --tags origin master