From 1d29da5c2343da7016095bfcf97c6ffc0d1b8fda Mon Sep 17 00:00:00 2001 From: feloy Date: Tue, 4 Feb 2025 12:21:20 +0000 Subject: [PATCH] chore: Update Podman Desktop version to v1.16.1 Signed-off-by: feloy --- 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 394ed7c35..3fdd4cb03 100644 --- a/static/data/global.ts +++ b/static/data/global.ts @@ -1,5 +1,5 @@ export const LATEST_VERSION = '5.3.2'; -export const LATEST_DESKTOP_VERSION = '1.16.0'; +export const LATEST_DESKTOP_VERSION = '1.16.1'; export const LATEST_DESKTOP_DOWNLOAD_URL = 'https://podman-desktop.io/blog/podman-desktop-release-1.16'; export const MEETING_URL = 'https://meet.google.com/xrq-uemd-bzy'; export const RELEASE_NOTES = '';