From 72f1cc80e085f97f2f6668623a72946cf90de6fc Mon Sep 17 00:00:00 2001 From: Petr Knap <8299754+petrknap@users.noreply.github.com> Date: Thu, 16 Jul 2026 09:22:39 +0200 Subject: [PATCH] Bumped `TheClient::VERSION` --- src/TheClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;