From 78b8531f53b946806b2039b2645a0fa5c77467e3 Mon Sep 17 00:00:00 2001 From: Eitan Joffe Date: Tue, 13 Jul 2021 23:55:50 -0700 Subject: [PATCH] makefile : v0.7.3 commit-id:32c1be70 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)