From 3acd09751f1471b8f6293ba8f073679836163fe3 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 4 Oct 2024 19:14:25 +0200 Subject: [PATCH] fix: bump cache version required for 2.0.0+ (stable) --- src/cache.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cache.ts b/src/cache.ts index 158e6056..08c2b4cb 100644 --- a/src/cache.ts +++ b/src/cache.ts @@ -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,