Skip to content

Commit

Permalink
Fixed Client version to 8.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Aug 17, 2023
1 parent c03adb9 commit cc55620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

class Client
{
const VERSION = '8.6.0';
const VERSION = '8.8.1';

private array $config = [];

Expand Down

0 comments on commit cc55620

Please sign in to comment.