diff --git a/Makefile b/Makefile index 02752a8..ae25bcb 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. NAME := github-release -VERSION := v1.0.6 +VERSION := v1.0.7 build: go build -ldflags "-X main.Version $(VERSION)"