bump anthropic plugin to fix header issue

This commit is contained in:
Aiden Cline
2025-11-30 20:52:50 -06:00
parent 5b92d49be7
commit 0308b2ff98
2 changed files with 2 additions and 2 deletions

View File

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