Skip to content

Commit b3f30f3

Browse files
committed
cache is backward compatible
1 parent b118c77 commit b3f30f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Indexer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Indexer
1818
/**
1919
* @var int The prefix for every cache item
2020
*/
21-
const CACHE_VERSION = 1;
21+
const CACHE_VERSION = 2;
2222

2323
/**
2424
* @var FilesFinder

0 commit comments

Comments
 (0)