From b29bde59df344f7cf3b379430d8d3534907495b6 Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Mon, 4 Mar 2024 13:17:32 -0500 Subject: [PATCH] Bump to v5.30.0 As the title says. Bumping to v5.30 in preparation of Podman v5.0. [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 3cd4b6e10..a14c8e2ff 100644 --- a/version/version.go +++ b/version/version.go @@ -11,7 +11,7 @@ const ( VersionPatch = 0 // VersionDev indicates development branch. Releases will be empty string. - VersionDev = "-dev" + VersionDev = "" ) // Version is the specification version that the package types support.