Skip to content

Commit b3a69b9

Browse files
SDK regeneration
1 parent 4dea9a2 commit b3a69b9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "truefoundry-sdk",
3-
"version": "0.0.0",
3+
"version": "0.1.14",
44
"private": false,
55
"repository": "github:truefoundry/truefoundry-typescript-sdk",
66
"type": "commonjs",

src/Client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ export class TrueFoundryClient {
9292
{
9393
"X-Fern-Language": "JavaScript",
9494
"X-Fern-SDK-Name": "truefoundry-sdk",
95-
"X-Fern-SDK-Version": "0.0.0",
96-
"User-Agent": "truefoundry-sdk/0.0.0",
95+
"X-Fern-SDK-Version": "0.1.14",
96+
"User-Agent": "truefoundry-sdk/0.1.14",
9797
"X-Fern-Runtime": core.RUNTIME.type,
9898
"X-Fern-Runtime-Version": core.RUNTIME.version,
9999
},

src/version.ts

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

0 commit comments

Comments
 (0)