Bump cache format version

This commit is contained in:
Konstantinos Sideris 2018-04-21 17:27:38 +03:00
parent 9d825b07ca
commit 54091cf403
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
//! Should be changed when a breaking change occurs in the cache format.
//! This will reset client's data.
static const std::string CURRENT_CACHE_FORMAT_VERSION("2018.01.14");
static const std::string CURRENT_CACHE_FORMAT_VERSION("2018.04.21");
static const lmdb::val NEXT_BATCH_KEY("next_batch");
static const lmdb::val CACHE_FORMAT_VERSION_KEY("cache_format_version");