fix: update APP_VERSION constant to 1.16.0

The health endpoint was reporting 1.15.11 because APP_VERSION in
shared/constants.ts was not updated with the version bump.
This commit is contained in:
SnapOtter
2026-05-01 21:13:20 +08:00
parent 9f23a1b39f
commit fe86c5ac9c
+1 -1
View File
@@ -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).