Skip to content

Commit b0042af

Browse files
committed
manually added version
1 parent ded1e70 commit b0042af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = $(shell git describe --tags --always --dirty)
1+
VERSION = 1.104.0
22
LATEST_RELEASE_TAG=$(shell git describe --tags --abbrev=0)
33
LATEST_COMMIT_HASH=$(shell git rev-parse HEAD)
44
LATEST_COMMIT_CHART_VERSION=$(shell git --no-pager show ${LATEST_COMMIT_HASH}:config/helm/aws-node-termination-handler/Chart.yaml | grep 'version:' | cut -d' ' -f2 | tr -d '[:space:]')

0 commit comments

Comments
 (0)