From 4d59a0f5c74227e76b3923e4a71b5957602e4c9d Mon Sep 17 00:00:00 2001 From: Ashley Cui Date: Mon, 3 Jul 2023 02:13:17 -0400 Subject: [PATCH 1/2] Bump to v4.6.0-rc1 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 133d7378bc..dc2fa7d42f 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.1-dev" +const RawVersion = "4.6.0-rc1" From 829b3e9b3d8bc82a93ed8c28d817e9ade192a260 Mon Sep 17 00:00:00 2001 From: Ashley Cui Date: Mon, 3 Jul 2023 02:13:57 -0400 Subject: [PATCH 2/2] Bump to v4.6.0-dev 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 dc2fa7d42f..a0b5e600ab 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-rc1" +const RawVersion = "4.6.0-dev"