diff --git a/apps/server/src/services/app_info.ts b/apps/server/src/services/app_info.ts index 002f9c43b4..59a9b83ef8 100644 --- a/apps/server/src/services/app_info.ts +++ b/apps/server/src/services/app_info.ts @@ -1,11 +1,12 @@ -import path from "path"; -import build from "./build.js"; -import packageJson from "../../package.json" with { type: "json" }; -import dataDir from "./data_dir.js"; import { AppInfo } from "@triliumnext/commons"; +import path from "path"; + +import packageJson from "../../package.json" with { type: "json" }; +import build from "./build.js"; +import dataDir from "./data_dir.js"; const APP_DB_VERSION = 234; -const SYNC_VERSION = 36; +const SYNC_VERSION = 37; const CLIPPER_PROTOCOL_VERSION = "1.0"; export default {