server: Bump sync version (closes #467)

pull/473/head
Elian Doran 2024-10-09 20:06:13 +07:00
parent d4fa7e3fd2
commit ddc927d617
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -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 {