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 Jun 26, 2024
1 parent f110ab9 commit b290ff8
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.8.5-rc4",
"version": "v0.8.5",
"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 @@ -68,7 +68,7 @@ if (process.platform === 'win32') {
const gptscript_info = {
name: "gptscript",
url: "https://github.com/gptscript-ai/gptscript/releases/download/",
version: "v0.8.5-rc4"
version: "v0.8.5"
}

const pltfm = {
Expand Down

0 comments on commit b290ff8

Please sign in to comment.