From 54795efeb7baedc03f414c86f34ab17ccb1d3f4f Mon Sep 17 00:00:00 2001 From: Matt Heon Date: Thu, 22 Feb 2024 14:04:56 -0500 Subject: [PATCH] Bump to v5.0.0-RC3 Signed-off-by: Matt Heon --- 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..b4ce02da0a 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-rc3"