bump: builtin plugin versions

This commit is contained in:
Aiden Cline
2025-12-04 12:37:14 -06:00
parent 40e4a0b681
commit 9abf8ca055
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ await Promise.all([
fs.mkdir(Global.Path.bin, { recursive: true }),
])
const CACHE_VERSION = "12"
const CACHE_VERSION = "13"
const version = await Bun.file(path.join(Global.Path.cache, "version"))
.text()