diff --git a/Makefile b/Makefile index 1757d1c..015c647 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ +VERSION = 0.7.3 bin: goreleaser --snapshot --skip-publish --rm-dist @@ -6,4 +7,4 @@ release: goreleaser release --rm-dist # update the pkg.go.dev cache - GOPROXY=https://proxy.golang.org GO111MODULE=on go get github.com/$(USER)/$(PACKAGE)@v$(VERSION) \ No newline at end of file + GOPROXY=https://proxy.golang.org GO111MODULE=on go get github.com/ejoffe/spr@v$(VERSION)