From c1c86d7e0e6dc435eb565f7be9f8a8e35b79c99b Mon Sep 17 00:00:00 2001 From: Andy Zhang Date: Fri, 27 Dec 2024 19:23:07 +0800 Subject: [PATCH] chore: update version in Makefile on master branch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe6d63085..f86679d4a 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ include release-tools/build.make GIT_COMMIT = $(shell git rev-parse HEAD) BUILD_DATE = $(shell date -u +"%Y-%m-%dT%H:%M:%SZ") -IMAGE_VERSION ?= v4.9.0 +IMAGE_VERSION ?= v4.10.0 LDFLAGS = -X ${PKG}/pkg/nfs.driverVersion=${IMAGE_VERSION} -X ${PKG}/pkg/nfs.gitCommit=${GIT_COMMIT} -X ${PKG}/pkg/nfs.buildDate=${BUILD_DATE} EXT_LDFLAGS = -s -w -extldflags "-static" # Use a custom version for E2E tests if we are testing in CI