bump version (#1542)

This commit is contained in:
Till Krüss
2025-05-16 11:30:32 -07:00
committed by GitHub
parent 06c904af37
commit 34fb0a7da0
3 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ use Traversable;
*/
class Client implements ClientInterface, IteratorAggregate
{
public const VERSION = '3.0.0';
public const VERSION = '3.0.1';
/** @var OptionsInterface */
private $options;