sonic model

This commit is contained in:
Dax Raad
2025-08-20 01:02:41 -04:00
parent a2db58f125
commit aa10f8a7f6
3 changed files with 14 additions and 1 deletions

View File

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