Skip to content

Commit

Permalink
Tagged 2.0.13 for Symfony 7 compat. resolves issue #22
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Whitlock committed Aug 20, 2024
1 parent 4fe9bf8 commit d5d3e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/ApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
*/
class ApiClient extends GuzzleClient
{
public const SDK_VERSION = '2.0.12';
public const SDK_VERSION = '2.0.13';
public const API_VERSION = '1.0.28';

/**
Expand Down

0 comments on commit d5d3e13

Please sign in to comment.