From e3953514be52c8e145baba7458874f4966f0d89e Mon Sep 17 00:00:00 2001 From: VojtaB Date: Wed, 12 Feb 2025 14:06:26 +0100 Subject: [PATCH] version change for first v3 relase --- src/TheClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TheClient.php b/src/TheClient.php index 95a45ac..7bfd68c 100644 --- a/src/TheClient.php +++ b/src/TheClient.php @@ -38,7 +38,7 @@ class TheClient { /** @var string */ - public const VERSION = '2.1.1'; + public const VERSION = '3.0.0'; private TheConfig $config; private GateServiceInterface $gate;