increase sync version to 22

This commit is contained in:
zadam 2021-11-21 16:16:28 +01:00
parent 67542f448d
commit 2135aa058e

View file

@ -5,7 +5,7 @@ const packageJson = require('../../package');
const {TRILIUM_DATA_DIR} = require('./data_dir');
const APP_DB_VERSION = 185;
const SYNC_VERSION = 21;
const SYNC_VERSION = 22;
const CLIPPER_PROTOCOL_VERSION = "1.0";
module.exports = {