mirror of
https://github.com/helm/helm.git
synced 2026-04-03 16:15:46 -04:00
Add v3 to missing line
Signed-off-by: Cagatay Gurturk <info@cagataygurturk.com>
This commit is contained in:
parent
7066ac2f58
commit
5fa57aa905
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -37,7 +37,7 @@ BINARY_VERSION ?= ${GIT_TAG}
|
|||
|
||||
# Only set Version if building a tag or VERSION is set
|
||||
ifneq ($(BINARY_VERSION),)
|
||||
LDFLAGS += -X helm.sh/helm/internal/version.version=${BINARY_VERSION}
|
||||
LDFLAGS += -X helm.sh/helm/v3/internal/version.version=${BINARY_VERSION}
|
||||
endif
|
||||
|
||||
# Clear the "unreleased" string in BuildMetadata
|
||||
|
|
|
|||
Loading…
Reference in a new issue