Skip to content

Commit 804283a

Browse files
SDK regeneration
1 parent cfda1f4 commit 804283a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ export class ZepClient {
4949
{
5050
"X-Fern-Language": "JavaScript",
5151
"X-Fern-SDK-Name": "zep-cloud",
52-
"X-Fern-SDK-Version": "3.11.0",
53-
"User-Agent": "zep-cloud/3.11.0",
52+
"X-Fern-SDK-Version": "3.12.0",
53+
"User-Agent": "zep-cloud/3.12.0",
5454
"X-Fern-Runtime": core.RUNTIME.type,
5555
"X-Fern-Runtime-Version": core.RUNTIME.version,
5656
},

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const SDK_VERSION = "3.11.0";
1+
export const SDK_VERSION = "3.12.0";

0 commit comments

Comments
 (0)