Skip to content

Commit

Permalink
Merge branch 'master' into PWX-35377-add-metrics-collector
Browse files Browse the repository at this point in the history
  • Loading branch information
dahuang-purestorage authored Feb 25, 2024
2 parents 27ab28d + 166345d commit facf0f2
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 @@ -50,7 +50,7 @@ ifeq ($(BUILD_TYPE),debug)
BUILDFLAGS += -gcflags "-N -l"
endif

RELEASE_VER := 99.9.9
RELEASE_VER ?= 99.9.9
BASE_DIR := $(shell git rev-parse --show-toplevel)
GIT_SHA := $(shell git rev-parse --short HEAD)
BIN := $(BASE_DIR)/bin
Expand Down

0 comments on commit facf0f2

Please sign in to comment.