From 30fac75ac1fc6906dd7526ef6ae60dc90a269e3c Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Wed, 17 Jan 2024 20:28:46 -0500 Subject: [PATCH] [v0.57] Bump to v0.57.2 As the title say. This is in preparation for Podman v4.9 and RHEL 8.10/9.4. [NO NEW TESTS NEEDED] Signed-off-by: TomSweeneyRedHat --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index a4d28dd35..209ab904b 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "0.57.2-dev" +const Version = "0.57.2"