From 3b44074080841ec4e7d80541771210caca026cc9 Mon Sep 17 00:00:00 2001 From: axel7083 Date: Wed, 18 Jun 2025 13:06:48 +0000 Subject: [PATCH] chore: Update Podman Desktop version to v1.19.2 Signed-off-by: axel7083 --- 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 a550c871a..a25df2b60 100644 --- a/static/data/global.ts +++ b/static/data/global.ts @@ -1,5 +1,5 @@ export const LATEST_VERSION = '5.5.1'; -export const LATEST_DESKTOP_VERSION = '1.19.1'; +export const LATEST_DESKTOP_VERSION = '1.19.2'; 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'; export const RELEASE_NOTES = '';