Skip to content

Commit 4da2998

Browse files
committed
bump copilot plugin version
1 parent 5376d8e commit 4da2998

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/opencode/src/global/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ await Promise.all([
3333
fs.mkdir(Global.Path.bin, { recursive: true }),
3434
])
3535

36-
const CACHE_VERSION = "14"
36+
const CACHE_VERSION = "15"
3737

3838
const version = await Bun.file(path.join(Global.Path.cache, "version"))
3939
.text()

packages/opencode/src/plugin/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Flag } from "../flag/flag"
1111
export namespace Plugin {
1212
const log = Log.create({ service: "plugin" })
1313

14-
const BUILTIN = ["[email protected].9", "[email protected]"]
14+
const BUILTIN = ["[email protected].11", "[email protected]"]
1515

1616
const state = Instance.state(async () => {
1717
const client = createOpencodeClient({

0 commit comments

Comments
 (0)