diff --git a/src/SolderClient.php b/src/SolderClient.php index f447c9b..128a5ee 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.5'; + const VERSION = '0.7.6'; public static function factory($url, $key, $headers = [], $handler = null, $timeout = 3): SolderClient {