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"