We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c97a2 commit d5f692dCopy full SHA for d5f692d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gptscript-ai/gptscript",
3
- "version": "v0.7.3",
+ "version": "v0.8.0-rc1",
4
"description": "Run gptscript in node.js",
5
"source": "src/gptscript.ts",
6
"main": "dist/gptscript.js",
scripts/install-binary.js
@@ -68,7 +68,7 @@ if (process.platform === 'win32') {
68
const gptscript_info = {
69
name: "gptscript",
70
url: "https://github.com/gptscript-ai/gptscript/releases/download/",
71
- version: "v0.7.1"
+ version: "v0.8.0-rc1"
72
}
73
74
const pltfm = {
0 commit comments