chore: bump cache version

This commit is contained in:
Aiden Cline
2026-01-14 17:44:16 -06:00
parent 74baae597a
commit 6a2fed7042

View File

@@ -33,7 +33,7 @@ await Promise.all([
fs.mkdir(Global.Path.bin, { recursive: true }),
])
const CACHE_VERSION = "17"
const CACHE_VERSION = "18"
const version = await Bun.file(path.join(Global.Path.cache, "version"))
.text()