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).