Skip to content

Commit b1cc565

Browse files
committed
fix(cache): bump cache version
1 parent ed2d8dd commit b1cc565

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
@@ -16,7 +16,7 @@ class Indexer
1616
/**
1717
* @var int The prefix for every cache item
1818
*/
19-
const CACHE_VERSION = 2;
19+
const CACHE_VERSION = 3;
2020

2121
/**
2222
* @var FilesFinder

0 commit comments

Comments
 (0)