ignore: bump plugin version

This commit is contained in:
Aiden Cline
2026-01-09 12:33:51 -06:00
parent 0f2124db32
commit de286b08f6
2 changed files with 2 additions and 2 deletions

View File

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