Skip to content

Commit 1d7aed4

Browse files
committed
chore: prep for v0.8.0-rc3
1 parent d5f692d commit 1d7aed4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.8.0-rc1",
3+
"version": "v0.8.0-rc3",
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
@@ -68,7 +68,7 @@ if (process.platform === 'win32') {
6868
const gptscript_info = {
6969
name: "gptscript",
7070
url: "https://github.com/gptscript-ai/gptscript/releases/download/",
71-
version: "v0.8.0-rc1"
71+
version: "v0.8.0-rc3"
7272
}
7373

7474
const pltfm = {

0 commit comments

Comments
 (0)