bump dev version [skip ci]

This commit is contained in:
Till Krüss
2025-11-12 10:01:35 -08:00
committed by GitHub
parent 07105e0506
commit be75254ab6
+1 -1
View File
@@ -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;