Skip to content

Commit da1c96b

Browse files
Release 0.2.3
1 parent dd98e12 commit da1c96b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.fern/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
}
1414
}
1515
},
16-
"sdkVersion": "0.2.2"
16+
"sdkVersion": "0.2.3"
1717
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentmail",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"private": false,
55
"repository": {
66
"type": "git",

src/BaseClient.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ export function normalizeClientOptions<T extends BaseClientOptions = BaseClientO
5151
{
5252
"X-Fern-Language": "JavaScript",
5353
"X-Fern-SDK-Name": "agentmail",
54-
"X-Fern-SDK-Version": "0.2.2",
55-
"User-Agent": "agentmail/0.2.2",
54+
"X-Fern-SDK-Version": "0.2.3",
55+
"User-Agent": "agentmail/0.2.3",
5656
"X-Fern-Runtime": core.RUNTIME.type,
5757
"X-Fern-Runtime-Version": core.RUNTIME.version,
5858
},

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.2.2";
1+
export const SDK_VERSION = "0.2.3";

0 commit comments

Comments
 (0)