Skip to content

Commit

Permalink
Bump cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Nov 22, 2024
1 parent dd63461 commit 4bba967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/service/CacheService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import type { Project } from './Project.js'
* The format version of the cache. Should be increased when any changes that
* could invalidate the cache are introduced to the Spyglass codebase.
*/
export const LatestCacheVersion = 5
export const LatestCacheVersion = 6

/**
* Checksums of cached files or roots.
Expand Down

0 comments on commit 4bba967

Please sign in to comment.