Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f86a4c4

Browse files
committedJun 14, 2024
chore: bump to v0.8.2
Signed-off-by: Craig Jellick <[email protected]>
1 parent 9586679 commit f86a4c4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gptscript-ai/gptscript",
3-
"version": "v0.8.2-rc1",
3+
"version": "v0.8.2",
44
"description": "Run gptscript in node.js",
55
"source": "src/gptscript.ts",
66
"main": "dist/gptscript.js",

‎scripts/install-binary.js

Lines changed: 1 addition & 1 deletion
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.2-rc1"
71+
version: "v0.8.2"
7272
}
7373

7474
const pltfm = {

0 commit comments

Comments
 (0)
Please sign in to comment.