From 2e01a0ac7673b6e9585f77f842f4195ac00f7eaf Mon Sep 17 00:00:00 2001 From: Ashley Cui Date: Thu, 24 Apr 2025 12:58:57 -0400 Subject: [PATCH] Bump to v5.5.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 10833450a8..7c121fa3d3 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.5.0-rc1" +const RawVersion = "5.5.0-dev"