Skip to content

Commit

Permalink
chore: prep for v0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
thedadams committed Jun 6, 2024
1 parent 1d7aed4 commit a3e706f
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.8.0-rc3",
"version": "v0.8.0",
"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.8.0-rc3"
version: "v0.8.0"
}

const pltfm = {
Expand Down

0 comments on commit a3e706f

Please sign in to comment.