From 980c6e43869e20588d13516d1e988fc4335c864a Mon Sep 17 00:00:00 2001 From: Pedro Cunha Date: Wed, 29 Mar 2023 19:37:48 +0100 Subject: [PATCH] Release 0.5.0 --- src/SolderClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {