From 1f3535bc43ea5b20dcca95fea42dbc8212e77a6b Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sun, 16 Sep 2018 11:19:53 +0300 Subject: [PATCH] Bump cache version due to incompatible changes --- src/Cache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");