From 99deffd567c9ca3fa93fba1cf50ded6a2e7454fd Mon Sep 17 00:00:00 2001 From: VojtaB Date: Mon, 23 Mar 2026 15:42:37 +0100 Subject: [PATCH] TheClient::VERSION fix --- src/TheClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TheClient.php b/src/TheClient.php index 3b969aa..b981941 100644 --- a/src/TheClient.php +++ b/src/TheClient.php @@ -39,7 +39,7 @@ class TheClient { /** @var string */ - public const VERSION = '2.1.3'; + public const VERSION = '2.2.1'; private TheConfig $config; private GateServiceInterface $gate;