Skip to content

Commit

Permalink
cut for release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gbolo committed Feb 9, 2022
1 parent a1d77bb commit a138c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ POLLERPKG = $(REPO)/cmd/vsummary-poller
METAPKG = $(REPO)/common
INTTESTPKG = $(REPO)/integrationtest
DATE ?= $(shell date +%FT%T%z)
VERSION = 1.2.1-rc1
VERSION = 1.2.1
COMMIT_SHA ?= $(shell git rev-parse --short HEAD)
LDFLAGS = -X $(METAPKG).Version=$(VERSION) -X $(METAPKG).BuildDate=$(DATE) -X $(METAPKG).CommitSHA=$(COMMIT_SHA)
PKGS = $(shell $(GO) list ./... | grep -v $(INTTESTPKG))
Expand Down

0 comments on commit a138c51

Please sign in to comment.