Skip to content

Commit

Permalink
fix: bump cache version
Browse files Browse the repository at this point in the history
required for 2.0.0+ (stable)
  • Loading branch information
pi0 committed Oct 4, 2024
1 parent 50ac5d9 commit 3acd097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { dirname, join, basename, resolve } from "pathe";
import { filename } from "pathe/utils";
import { debug, isWritable, md5 } from "./utils";

const CACHE_VERSION = "8";
const CACHE_VERSION = "9";

export function getCache(
ctx: Context,
Expand Down

0 comments on commit 3acd097

Please sign in to comment.