This commit is contained in:
zadam 2023-03-09 09:38:02 +01:00
parent 929f8ef720
commit 5225a99995
3 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ const build = require('./build');
const packageJson = require('../../package');
const {TRILIUM_DATA_DIR} = require('./data_dir');
const APP_DB_VERSION = 214;
const APP_DB_VERSION = 215;
const SYNC_VERSION = 30;
const CLIPPER_PROTOCOL_VERSION = "1.0";