mirror of
https://github.com/zadam/trilium.git
synced 2025-02-25 07:25:32 +08:00
increase DB version
This commit is contained in:
parent
77f8474d83
commit
c421ee79b0
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ const build = require('./build');
|
|||
const packageJson = require('../../package');
|
||||
const {TRILIUM_DATA_DIR} = require('./data_dir');
|
||||
|
||||
const APP_DB_VERSION = 194;
|
||||
const APP_DB_VERSION = 195;
|
||||
const SYNC_VERSION = 25;
|
||||
const CLIPPER_PROTOCOL_VERSION = "1.0";
|
||||
|
||||
|
|
Loading…
Reference in a new issue