Skip to content

Commit

Permalink
increasing DB and sync version because of encryption IV change
Browse files Browse the repository at this point in the history
  • Loading branch information
zadam committed Jul 30, 2022
1 parent c727a2b commit 7c90f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/app_info.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 7c90f1a

Please sign in to comment.