diff --git a/src/SolderClient.php b/src/SolderClient.php index 3d321d5..f447c9b 100644 --- a/src/SolderClient.php +++ b/src/SolderClient.php @@ -20,7 +20,7 @@ class SolderClient public string $key; private Client $client; - const VERSION = '0.7.4'; + const VERSION = '0.7.5'; public static function factory($url, $key, $headers = [], $handler = null, $timeout = 3): SolderClient {