diff --git a/src/TheClient.php b/src/TheClient.php index 1b0fc10..ea42aa9 100644 --- a/src/TheClient.php +++ b/src/TheClient.php @@ -41,7 +41,7 @@ class TheClient { /** @var string */ - public const VERSION = '3.0.0'; + public const VERSION = '3.0.1'; private TheConfig $config; private GateServiceInterface $gate;