diff --git a/src/services/app_info.ts b/src/services/app_info.ts index dc9c59b0b..a80b0d95a 100644 --- a/src/services/app_info.ts +++ b/src/services/app_info.ts @@ -6,7 +6,7 @@ import packageJson from "../../package.json" with { type: "json" }; import dataDir from "./data_dir.js"; const APP_DB_VERSION = 228; -const SYNC_VERSION = 32; +const SYNC_VERSION = 33; const CLIPPER_PROTOCOL_VERSION = "1.0"; export default {