mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
reset cache
This commit is contained in:
parent
b652198979
commit
4c97e2e8bb
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ await Promise.all([
|
|||
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"))
|
||||
.text()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue