1
0
Fork 0

cache is backward compatible

pull/451/head
Nicolas MURE 2017-11-15 09:51:18 +01:00
parent b118c77699
commit b3f30f31f1
No known key found for this signature in database
GPG Key ID: E5B036F9145C4CAA
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class Indexer
/** /**
* @var int The prefix for every cache item * @var int The prefix for every cache item
*/ */
const CACHE_VERSION = 1; const CACHE_VERSION = 2;
/** /**
* @var FilesFinder * @var FilesFinder