Skip to content
Snippets Groups Projects
Commit 1185a464 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

refactor: CACHE_REVISION

parent b63e035a
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ import type { PackageFile } from '../../../manager/types'; ...@@ -9,7 +9,7 @@ import type { PackageFile } from '../../../manager/types';
import type { RepoInitConfig } from '../../../workers/repository/init/common'; import type { RepoInitConfig } from '../../../workers/repository/init/common';
// Increment this whenever there could be incompatibilities between old and new cache structure // Increment this whenever there could be incompatibilities between old and new cache structure
export const CACHE_REVISION = 4; export const CACHE_REVISION = 5;
export interface BaseBranchCache { export interface BaseBranchCache {
sha: string; // branch commit sha sha: string; // branch commit sha
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment