summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-21 17:27:38 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-21 17:27:38 +0300
commit54091cf403f3038db25d18c3f4633860bfc28d7d (patch)
treeab429857c49b4d12ef7563960339ef8895953ac4 /src
parentRemove dead code (diff)
downloadnheko-54091cf403f3038db25d18c3f4633860bfc28d7d.tar.xz
Bump cache format version
Diffstat (limited to 'src')
-rw-r--r--src/Cache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cache.cc b/src/Cache.cc
index e5ab421d..2afd3080 100644
--- a/src/Cache.cc
+++ b/src/Cache.cc
@@ -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");