From ae0bd0c6ac2f5b110486d5f81453ca4a9d17e774 Mon Sep 17 00:00:00 2001 From: ashley-cui <32910034+ashley-cui@users.noreply.github.com> Date: Thu, 5 Jun 2025 21:55:35 +0000 Subject: [PATCH] Bump Podman to v5.5.1 Signed-off-by: ashley-cui <32910034+ashley-cui@users.noreply.github.com> --- static/data/global.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/data/global.ts b/static/data/global.ts index 7debf2dc8..a550c871a 100644 --- a/static/data/global.ts +++ b/static/data/global.ts @@ -1,4 +1,4 @@ -export const LATEST_VERSION = '5.5.0'; +export const LATEST_VERSION = '5.5.1'; export const LATEST_DESKTOP_VERSION = '1.19.1'; export const LATEST_DESKTOP_DOWNLOAD_URL = 'https://podman-desktop.io/blog/podman-desktop-release-1.19'; export const MEETING_URL = 'https://meet.google.com/xrq-uemd-bzy';