diff --git a/apps/server/src/services/app_info.ts b/apps/server/src/services/app_info.ts index 7f70f8bcd..b3da2ac0e 100644 --- a/apps/server/src/services/app_info.ts +++ b/apps/server/src/services/app_info.ts @@ -3,8 +3,8 @@ import build from "./build.js"; import packageJson from "../../package.json" with { type: "json" }; import dataDir from "./data_dir.js"; -const APP_DB_VERSION = 231; -const SYNC_VERSION = 35; +const APP_DB_VERSION = 232; +const SYNC_VERSION = 36; const CLIPPER_PROTOCOL_VERSION = "1.0"; export default {