From 4394a4c4779fda6d1ea8db0eeaea43788e14812f Mon Sep 17 00:00:00 2001 From: Casper Bakker Date: Fri, 6 Oct 2023 08:57:45 +0200 Subject: [PATCH] New version --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index f735fb1..c77f9e2 100644 --- a/src/Client.php +++ b/src/Client.php @@ -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;