Skip to content

Commit cc95854

Browse files
acorn-io-botgithub-actions[bot]
authored andcommitted
Automated GPTScript Version Update
1 parent de91491 commit cc95854

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-rc3",
3+
"version": "v0.9.5-rc4",
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-rc3"
75+
version: "v0.9.5-rc4"
7676
}
7777

7878
const pltfm = {

0 commit comments

Comments
 (0)