From d26113ca817df621d1974adf0b2d03303d012e1d Mon Sep 17 00:00:00 2001 From: Ashley Cui Date: Mon, 11 Mar 2024 10:48:18 -0400 Subject: [PATCH] Bump to 5.0.0-rc6 Signed-off-by: Ashley Cui --- version/rawversion/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/rawversion/version.go b/version/rawversion/version.go index 493b993356..42dc2e862f 100644 --- a/version/rawversion/version.go +++ b/version/rawversion/version.go @@ -7,4 +7,4 @@ package rawversion // // NOTE: remember to bump the version at the top of the top-level README.md // file when this is bumped. -const RawVersion = "5.0.0-dev" +const RawVersion = "5.0.0-rc6"