From aba5ff75af84c04533392b299ef560b5d06040f0 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 5 Apr 2026 20:22:49 +0300 Subject: [PATCH] fix(server): sync version not increased after breaking changes --- apps/server/src/services/app_info.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/server/src/services/app_info.ts b/apps/server/src/services/app_info.ts index ee59c1b595..bf9a7c6c1e 100644 --- a/apps/server/src/services/app_info.ts +++ b/apps/server/src/services/app_info.ts @@ -6,7 +6,7 @@ import build from "./build.js"; import dataDir from "./data_dir.js"; const APP_DB_VERSION = 236; -const SYNC_VERSION = 37; +const SYNC_VERSION = 38; const CLIPPER_PROTOCOL_VERSION = "1.0"; export default {