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 6ebecf0 commit 75c1659Copy full SHA for 75c1659
src/Client.ts
@@ -112,8 +112,8 @@ export class SquareClient {
112
"Square-Version": _options?.version ?? "2025-09-24",
113
"X-Fern-Language": "JavaScript",
114
"X-Fern-SDK-Name": "square",
115
- "X-Fern-SDK-Version": "43.1.0",
116
- "User-Agent": "square/43.1.0",
+ "X-Fern-SDK-Version": "44.0.0",
+ "User-Agent": "square/44.0.0",
117
"X-Fern-Runtime": core.RUNTIME.type,
118
"X-Fern-Runtime-Version": core.RUNTIME.version,
119
},
src/version.ts
@@ -1 +1 @@
1
-export const SDK_VERSION = "43.1.0";
+export const SDK_VERSION = "44.0.0";
0 commit comments