Skip to content

Commit

Permalink
chore: knowledge -> v0.4.14-rc.11
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Sep 19, 2024
1 parent 576ef7a commit 30452b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actions/knowledge/util.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export function gatewayTool(): string {
return 'github.com/gptscript-ai/knowledge/[email protected].6';
return 'github.com/gptscript-ai/knowledge/[email protected].11';
}

// This is a bit hacky because we need to make sure that the knowledge tool is updated to the latest version.
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-binary.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ if (process.platform === 'win32') {
const gptscript_info = {
name: 'gptscript',
url: 'https://github.com/gptscript-ai/knowledge/releases/download/',
version: 'v0.4.14-rc.6',
version: 'v0.4.14-rc.11',
};

const pltfm = {
Expand Down

0 comments on commit 30452b1

Please sign in to comment.