From 9e345bf37fa3a171d771079469889c3efa3a9ea2 Mon Sep 17 00:00:00 2001 From: SnapOtter Date: Mon, 8 Jun 2026 15:19:24 +0800 Subject: [PATCH] fix: update APP_VERSION constant to 1.17.2 --- packages/shared/src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared/src/constants.ts b/packages/shared/src/constants.ts index 468aaaf5..9cf82cb9 100644 --- a/packages/shared/src/constants.ts +++ b/packages/shared/src/constants.ts @@ -1236,7 +1236,7 @@ export const PRINT_LAYOUTS: PrintLayout[] = [ { id: "none", label: "None", width: 0, height: 0 }, ]; -export const APP_VERSION = "1.17.1"; +export const APP_VERSION = "1.17.2"; /** * Tool IDs that require the Python sidecar (AI/ML tools).