Skip to content

Commit 4bba967

Browse files
committedNov 22, 2024
Bump cache version
1 parent dd63461 commit 4bba967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/core/src/service/CacheService.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import type { Project } from './Project.js'
1111
* The format version of the cache. Should be increased when any changes that
1212
* could invalidate the cache are introduced to the Spyglass codebase.
1313
*/
14-
export const LatestCacheVersion = 5
14+
export const LatestCacheVersion = 6
1515

1616
/**
1717
* Checksums of cached files or roots.

0 commit comments

Comments
 (0)