Skip to content

Commit 220bd4f

Browse files
acorn-io-botgithub-actions[bot]
authored andcommitted
Automated GPTScript Version Update
1 parent f24e6b1 commit 220bd4f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gptscript-ai/gptscript",
3-
"version": "v0.9.5-rc4",
3+
"version": "v0.9.5-rc5",
44
"description": "Run gptscript in node.js",
55
"source": "src/gptscript.ts",
66
"main": "dist/gptscript.js",

scripts/install-binary.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ if (process.platform === 'win32') {
7272
const gptscript_info = {
7373
name: "gptscript",
7474
url: "https://github.com/gptscript-ai/gptscript/releases/download/",
75-
version: "v0.9.5-rc4"
75+
version: "v0.9.5-rc5"
7676
}
7777

7878
const pltfm = {

0 commit comments

Comments
 (0)