diff --git a/src/SolderClient.php b/src/SolderClient.php index 4e8433c..6e7fd7f 100644 --- a/src/SolderClient.php +++ b/src/SolderClient.php @@ -20,7 +20,7 @@ class SolderClient /** @var Client */ private $client; - const VERSION = '0.4.0'; + const VERSION = '0.5.0'; public static function factory($url, $key, $headers = [], $handler = null, $timeout = 3) {