From 422462b75dcbda70b32d945c5c0ab4d1ff86c97d Mon Sep 17 00:00:00 2001 From: SoniaSandler Date: Fri, 11 Oct 2024 13:25:27 +0000 Subject: [PATCH] chore: Update Podman Desktop version to v1.13.2 Signed-off-by: SoniaSandler --- static/data/global.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/data/global.ts b/static/data/global.ts index 64b65f529..d6459223b 100644 --- a/static/data/global.ts +++ b/static/data/global.ts @@ -1,5 +1,5 @@ export const LATEST_VERSION = '5.2.3'; -export const LATEST_DESKTOP_VERSION = '1.12.0'; -export const LATEST_DESKTOP_DOWNLOAD_URL = 'https://podman-desktop.io/blog/podman-desktop-release-1.12'; +export const LATEST_DESKTOP_VERSION = '1.13.2'; +export const LATEST_DESKTOP_DOWNLOAD_URL = 'https://podman-desktop.io/blog/podman-desktop-release-1.13'; export const MEETING_URL = 'https://meet.google.com/xrq-uemd-bzy'; export const RELEASE_NOTES = '';