Skip to content

Commit

Permalink
Automated GPTScript Version Update
Browse files Browse the repository at this point in the history
  • Loading branch information
acorn-io-bot authored and github-actions[bot] committed Aug 30, 2024
1 parent f24e6b1 commit 220bd4f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gptscript-ai/gptscript",
"version": "v0.9.5-rc4",
"version": "v0.9.5-rc5",
"description": "Run gptscript in node.js",
"source": "src/gptscript.ts",
"main": "dist/gptscript.js",
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-binary.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if (process.platform === 'win32') {
const gptscript_info = {
name: "gptscript",
url: "https://github.com/gptscript-ai/gptscript/releases/download/",
version: "v0.9.5-rc4"
version: "v0.9.5-rc5"
}

const pltfm = {
Expand Down

0 comments on commit 220bd4f

Please sign in to comment.