diff --git a/src/Client.php b/src/Client.php index 2b6dc53..bce9a67 100644 --- a/src/Client.php +++ b/src/Client.php @@ -20,7 +20,7 @@ class Client protected $apiVersion = 'v1'; protected $userAgent = 'Picqer PHP API Client (picqer.com)'; - protected $clientVersion = '0.22.0'; + protected $clientVersion = '0.23.0'; protected $debug = false; protected $skipSslVerification = false;