diff --git a/src/mod.ts b/src/mod.ts index 84d9a47..d1e7bde 100644 --- a/src/mod.ts +++ b/src/mod.ts @@ -23,7 +23,7 @@ export type * from "./types_external.ts"; */ export const Client = (options: ClientConfig): SDKClient => { // Add the SDK version to the client configuration - const version = "1.0.0"; + const version = "2.4.1"; // Create the base client const client = baseClient(options, version);