bump plugin version

This commit is contained in:
Aiden Cline
2026-01-28 01:31:01 -05:00
parent 28e5557bf4
commit 026b3cc88d
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 = "19"
const CACHE_VERSION = "20"
const version = await Bun.file(path.join(Global.Path.cache, "version"))
.text()