mirror of
https://github.com/zadam/trilium.git
synced 2025-02-24 15:05:31 +08:00
increase sync version to 22
This commit is contained in:
parent
67542f448d
commit
2135aa058e
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue