Skip to content

Commit 47a8350

Browse files
committed
chore: revert temporary version change
1 parent b25135c commit 47a8350

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openai/openai",
3-
"version": "5.0.0-alpha.0",
3+
"version": "4.104.0",
44
"exports": {
55
".": "./index.ts",
66
"./helpers/zod": "./helpers/zod.ts",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openai",
3-
"version": "5.0.0-alpha.0",
3+
"version": "4.104.0",
44
"description": "The official TypeScript library for the OpenAI API",
55
"author": "OpenAI <[email protected]>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '5.0.0-alpha.0'; // x-release-please-version
1+
export const VERSION = '4.104.0'; // x-release-please-version

0 commit comments

Comments
 (0)