ignore: rm spoof and bump plugin version

This commit is contained in:
Aiden Cline
2026-01-25 17:27:15 -05:00
parent 612e50335b
commit 66da7594d4
7 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ await Promise.all([
fs.mkdir(Global.Path.bin, { recursive: true }),
])
const CACHE_VERSION = "18"
const CACHE_VERSION = "19"
const version = await Bun.file(path.join(Global.Path.cache, "version"))
.text()