mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-27 08:58:10 +00:00
chore: bump cache version
This commit is contained in:
parent
74baae597a
commit
6a2fed7042
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ await Promise.all([
|
|||
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"))
|
||||
.text()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue