From f672747cfc3c3516a2e7e4c1db7a0573383e4f86 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 23 Jan 2025 16:52:22 +0200 Subject: [PATCH] chore(build): bump sync version --- src/services/app_info.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/app_info.ts b/src/services/app_info.ts index a80b0d95a..72b1f0fca 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 = 33; +const SYNC_VERSION = 34; const CLIPPER_PROTOCOL_VERSION = "1.0"; export default {