move share root to hidden subtree

This commit is contained in:
zadam
2022-11-06 14:44:26 +01:00
parent 06e6fec4ca
commit 3122d0cc6b
3 changed files with 5 additions and 2 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 = 198;
const APP_DB_VERSION = 199;
const SYNC_VERSION = 27;
const CLIPPER_PROTOCOL_VERSION = "1.0";