Skip to content

Commit b293e02

Browse files
authored
Merge pull request #970 from wzshiming/release-0.5
Release v0.5.1
2 parents 5f42d01 + 239e537 commit b293e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/consts/consts.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var (
2424

2525
// Version is the version of the project.
2626
// It will be overwritten during the `make build` process.
27-
Version = "0.5.0"
27+
Version = "0.5.1"
2828
BinaryPrefix = "https://github.com/kubernetes-sigs/kwok/releases/download"
2929
ImagePrefix = "registry.k8s.io/kwok"
3030

0 commit comments

Comments
 (0)