fix: update APP_VERSION constant to 1.17.2

This commit is contained in:
SnapOtter
2026-06-08 15:19:24 +08:00
parent 24baf18746
commit 9e345bf37f
+1 -1
View File
@@ -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).