We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f42d01 + 239e537 commit b293e02Copy full SHA for b293e02
pkg/consts/consts.go
@@ -24,7 +24,7 @@ var (
24
25
// Version is the version of the project.
26
// It will be overwritten during the `make build` process.
27
- Version = "0.5.0"
+ Version = "0.5.1"
28
BinaryPrefix = "https://github.com/kubernetes-sigs/kwok/releases/download"
29
ImagePrefix = "registry.k8s.io/kwok"
30
0 commit comments