Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
casperbakker authored Oct 6, 2023
1 parent a2e9268 commit 4394a4c
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 @@ -14,7 +14,7 @@ class Client
protected string $apiVersion = 'v1';
protected string $userAgent = 'Picqer PHP API Client (picqer.com)';

protected string $clientVersion = '0.23.0';
protected string $clientVersion = '0.23.1';

protected bool $debug = false;
protected bool $skipSslVerification = false;
Expand Down

0 comments on commit 4394a4c

Please sign in to comment.