From 10c5aa720d59480bc7edad347c1f5d5b75d4424f Mon Sep 17 00:00:00 2001 From: Matt Heon <mheon@redhat.com> Date: Fri, 18 Oct 2024 10:50:24 -0400 Subject: [PATCH] Bump to v5.2.5 Signed-off-by: Matt Heon <mheon@redhat.com> --- 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 a7d5e188d7..3df0426b6a 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.2.5-dev" +const RawVersion = "5.2.5" -- GitLab