increasing DB and sync version because of encryption IV change

This commit is contained in:
zadam 2022-07-30 23:29:30 +02:00
parent c727a2bc1b
commit 7c90f1a56d

View File

@ -4,8 +4,8 @@ const build = require('./build');
const packageJson = require('../../package');
const {TRILIUM_DATA_DIR} = require('./data_dir');
const APP_DB_VERSION = 196;
const SYNC_VERSION = 25;
const APP_DB_VERSION = 197;
const SYNC_VERSION = 26;
const CLIPPER_PROTOCOL_VERSION = "1.0";
module.exports = {