We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd63461 commit 4bba967Copy full SHA for 4bba967
packages/core/src/service/CacheService.ts
@@ -11,7 +11,7 @@ import type { Project } from './Project.js'
11
* The format version of the cache. Should be increased when any changes that
12
* could invalidate the cache are introduced to the Spyglass codebase.
13
*/
14
-export const LatestCacheVersion = 5
+export const LatestCacheVersion = 6
15
16
/**
17
* Checksums of cached files or roots.
0 commit comments