From 24afb0a56ef09e5d4b581decce9eeb58e9624297 Mon Sep 17 00:00:00 2001 From: Zhonghu Xu Date: Thu, 29 Aug 2024 20:46:56 +0800 Subject: [PATCH] update version Signed-off-by: Zhonghu Xu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 067208b9a..907710aad 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION ?= v0.4.0 +VERSION ?= v0.4.1 GIT_COMMIT_HASH ?= $(shell git rev-parse HEAD) GIT_TREESTATE=$(shell if [ -n "$(git status --porcelain)" ]; then echo "dirty"; else echo "clean"; fi) BUILD_DATE = $(shell date -u +'%Y-%m-%dT%H:%M:%SZ')