From 54091cf403f3038db25d18c3f4633860bfc28d7d Mon Sep 17 00:00:00 2001
From: Konstantinos Sideris <sideris.konstantin@gmail.com>
Date: Sat, 21 Apr 2018 17:27:38 +0300
Subject: [PATCH] Bump cache format version

---
 src/Cache.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Cache.cc b/src/Cache.cc
index e5ab421df..2afd3080b 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");
-- 
GitLab