summary refs log tree commit diff
path: root/src/Cache.cpp
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-16 11:19:53 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-16 11:19:53 +0300
commit1f3535bc43ea5b20dcca95fea42dbc8212e77a6b (patch)
treeec06312ac72ea05b6021f056a21405f254f5e09a /src/Cache.cpp
parentIgnore sessions that cannot be parsed (diff)
downloadnheko-1f3535bc43ea5b20dcca95fea42dbc8212e77a6b.tar.xz
Bump cache version due to incompatible changes
Diffstat (limited to 'src/Cache.cpp')
-rw-r--r--src/Cache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cache.cpp b/src/Cache.cpp
index feadb006..c720a537 100644
--- a/src/Cache.cpp
+++ b/src/Cache.cpp
@@ -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");