reset cache

This commit is contained in:
Dax Raad 2025-11-22 14:56:35 -05:00
parent b652198979
commit 4c97e2e8bb

View file

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