From 239e537c6bf23debd082c12f80315d49fc2fcd1f Mon Sep 17 00:00:00 2001 From: Shiming Zhang Date: Thu, 8 Feb 2024 10:15:00 +0800 Subject: [PATCH] Release v0.5.1 --- pkg/consts/consts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/consts/consts.go b/pkg/consts/consts.go index aec4fc54b..7973ebbe3 100644 --- a/pkg/consts/consts.go +++ b/pkg/consts/consts.go @@ -24,7 +24,7 @@ var ( // Version is the version of the project. // It will be overwritten during the `make build` process. - Version = "0.5.0" + Version = "0.5.1" BinaryPrefix = "https://github.com/kubernetes-sigs/kwok/releases/download" ImagePrefix = "registry.k8s.io/kwok"