mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Bump cache version due to incompatible changes
This commit is contained in:
parent
9ad4aab657
commit
1f3535bc43
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,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.06.10");
|
||||
static const std::string CURRENT_CACHE_FORMAT_VERSION("2018.09.16");
|
||||
static const std::string SECRET("secret");
|
||||
|
||||
static const lmdb::val NEXT_BATCH_KEY("next_batch");
|
||||
|
|
Loading…
Reference in a new issue