From 7aa78df96b049bc9e36e10283ba08ceb9165041d Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Thu, 15 May 2025 17:12:04 -0400 Subject: [PATCH] Bump to v1.19.0 Bump to v1.19.0 to align with the Podman v5.5 release 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 caf385d3..de926a82 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "1.19.0-dev" +const Version = "1.19.0"