mirror of
https://github.com/zadam/trilium.git
synced 2026-07-04 12:18:04 +02:00
fix(server): sync version not increased after breaking changes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user