From bfe2e0fcab2c8b8f96222d2d61b99318232a677c Mon Sep 17 00:00:00 2001 From: Ashley Cui Date: Thu, 13 Jul 2023 12:44:14 -0400 Subject: [PATCH] Bump to v4.6.0-rc2 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 a0b5e600ab..29cbf09e1a 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 = "4.6.0-dev" +const RawVersion = "4.6.0-rc2"