From 4771b841e7bf235d7ed6ff63bcd9e0d3d419a111 Mon Sep 17 00:00:00 2001 From: Zhen Zhang Date: Thu, 24 Oct 2024 11:22:33 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eebd1da..e09b169 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The canonical location of the Kruise Rollout API definition and client. | Kruise-Rollout-API | Kruise-rollout | |--------------------|------------------| | 0.4.1 | <= 0.4 | -| 0.5.0 | 0.5 | +| 0.5.1 | 0.5 | ## Where does it come from? @@ -26,7 +26,7 @@ go get github.com/openkruise/kruise-rollout-api@latest To get a specific version, use go1.11+ and fetch the desired version using the `go get` command. For example: ``` -go get github.com/openkruise/kruise-rollout-api@v0.4.1 +go get github.com/openkruise/kruise-rollout-api@v0.5.1 ```