Skip to content

Commit 69913f3

Browse files
chore(internal): bump deno version number (#478)
1 parent 03d1662 commit 69913f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-deno

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This is a build produced from https://github.com/openai/openai-node – please g
1515
Usage:
1616
1717
\`\`\`ts
18-
import OpenAI from "$(echo 'https://deno.land/x/[email protected].0/mod.ts' | sed -E s/@\.+\\//@"$PACKAGE_VERSION"\\//)";
18+
import OpenAI from "$(echo 'https://deno.land/x/[email protected].1/mod.ts' | sed -E s/@\.+\\//@"$PACKAGE_VERSION"\\//)";
1919
2020
const client = new OpenAI();
2121
\`\`\`

0 commit comments

Comments
 (0)