From d12436526982cba69a29bf81e1b8f98db6167902 Mon Sep 17 00:00:00 2001 From: axel7083 Date: Mon, 16 Dec 2024 13:46:30 +0000 Subject: [PATCH] chore: Update Podman Desktop version to v1.15.0 Signed-off-by: axel7083 --- 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 b5bd00a72..44e8bcb67 100644 --- a/static/data/global.ts +++ b/static/data/global.ts @@ -1,5 +1,5 @@ export const LATEST_VERSION = '5.3.1'; -export const LATEST_DESKTOP_VERSION = '1.14.2'; -export const LATEST_DESKTOP_DOWNLOAD_URL = 'https://podman-desktop.io/blog/podman-desktop-release-1.14'; +export const LATEST_DESKTOP_VERSION = '1.15.0'; +export const LATEST_DESKTOP_DOWNLOAD_URL = 'https://podman-desktop.io/blog/podman-desktop-release-1.15'; export const MEETING_URL = 'https://meet.google.com/xrq-uemd-bzy'; export const RELEASE_NOTES = '';