From 17d695e42b3d919e4e3c052e12cbf55414bbd236 Mon Sep 17 00:00:00 2001 From: Tomas Zijdemans Date: Sat, 12 Oct 2024 20:04:29 +0200 Subject: [PATCH] fix --- src/mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);