From 9a1c3d4693c55f21a7aa5dd2494c4643516b1a10 Mon Sep 17 00:00:00 2001 From: Pedro Cunha Date: Fri, 11 Oct 2024 16:51:38 +0100 Subject: [PATCH] Release 0.7.4 --- src/SolderClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SolderClient.php b/src/SolderClient.php index 7812df9..3d321d5 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.3'; + const VERSION = '0.7.4'; public static function factory($url, $key, $headers = [], $handler = null, $timeout = 3): SolderClient {