Dax Raad hai 8 meses
pai
achega
4c97e2e8bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/opencode/src/global/index.ts

+ 1 - 1
packages/opencode/src/global/index.ts

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