From 2ecc9e8bc79f3298e36f1c81fe909bda576fb0af Mon Sep 17 00:00:00 2001 From: benoitf Date: Fri, 21 Mar 2025 11:49:03 +0000 Subject: [PATCH] chore: Update Podman Desktop version to v1.17.2 Signed-off-by: benoitf --- 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 87fb59226..9733eaed0 100644 --- a/static/data/global.ts +++ b/static/data/global.ts @@ -1,5 +1,5 @@ export const LATEST_VERSION = '5.4.1'; -export const LATEST_DESKTOP_VERSION = '1.17.1'; +export const LATEST_DESKTOP_VERSION = '1.17.2'; export const LATEST_DESKTOP_DOWNLOAD_URL = 'https://podman-desktop.io/blog/podman-desktop-release-1.17'; export const MEETING_URL = 'https://meet.google.com/xrq-uemd-bzy'; export const RELEASE_NOTES = '';