From 9eb1fb0f42d75fbfe03b081380d801b049222d16 Mon Sep 17 00:00:00 2001 From: Pedro Cunha Date: Tue, 1 Oct 2024 13:51:41 +0100 Subject: [PATCH] Release 0.7.1 --- src/SolderClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {