diff --git a/packages/shared/src/constants.ts b/packages/shared/src/constants.ts index feafbb50..f45deb77 100644 --- a/packages/shared/src/constants.ts +++ b/packages/shared/src/constants.ts @@ -1188,7 +1188,7 @@ export const PRINT_LAYOUTS: PrintLayout[] = [ { id: "none", label: "None", width: 0, height: 0 }, ]; -export const APP_VERSION = "1.15.11"; +export const APP_VERSION = "1.16.0"; /** * Tool IDs that require the Python sidecar (AI/ML tools).