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