From 13c690f4c2426fe9b9d997e9ab9b5c4844178841 Mon Sep 17 00:00:00 2001 From: Pedro Cunha Date: Thu, 3 Oct 2024 00:00:48 +0100 Subject: [PATCH] Release 0.7.2 --- src/SolderClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SolderClient.php b/src/SolderClient.php index 1956d4e..42bcb57 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.1'; + const VERSION = '0.7.2'; public static function factory($url, $key, $headers = [], $handler = null, $timeout = 3): SolderClient {