Skip to content

Commit

Permalink
chore: Prep for v0.8.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
thedadams committed Jun 5, 2024
1 parent 97c97a2 commit d5f692d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.7.3",
"version": "v0.8.0-rc1",
"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.7.1"
version: "v0.8.0-rc1"
}

const pltfm = {
Expand Down

0 comments on commit d5f692d

Please sign in to comment.