Ver Fonte

chore: bump cache version

Aiden Cline há 1 mês atrás
pai
commit
6a2fed7042
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/opencode/src/global/index.ts

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

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