Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-zijdemans-vipps committed Oct 12, 2024
1 parent f810c97 commit 17d695e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 17d695e

Please sign in to comment.