From be75254ab6333f00ec141762bee1cca741b0fbae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Kr=C3=BCss?= Date: Wed, 12 Nov 2025 10:01:35 -0800 Subject: [PATCH] bump dev version [skip ci] --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index e8483e9a..e1d07157 100644 --- a/src/Client.php +++ b/src/Client.php @@ -53,7 +53,7 @@ use Traversable; */ class Client implements ClientInterface, IteratorAggregate { - public const VERSION = '2.4.1'; + public const VERSION = '2.4.2-dev'; /** @var OptionsInterface */ private $options;