We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfda1f4 commit 804283aCopy full SHA for 804283a
src/Client.ts
@@ -49,8 +49,8 @@ export class ZepClient {
49
{
50
"X-Fern-Language": "JavaScript",
51
"X-Fern-SDK-Name": "zep-cloud",
52
- "X-Fern-SDK-Version": "3.11.0",
53
- "User-Agent": "zep-cloud/3.11.0",
+ "X-Fern-SDK-Version": "3.12.0",
+ "User-Agent": "zep-cloud/3.12.0",
54
"X-Fern-Runtime": core.RUNTIME.type,
55
"X-Fern-Runtime-Version": core.RUNTIME.version,
56
},
src/version.ts
@@ -1 +1 @@
1
-export const SDK_VERSION = "3.11.0";
+export const SDK_VERSION = "3.12.0";
0 commit comments