Skip to content

Commit a618fbe

Browse files
rekram1-nodefwang
authored andcommitted
bump copilot plugin version
1 parent 07dc1f8 commit a618fbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)