bump dev version

This commit is contained in:
Till Krüss
2023-05-09 10:53:21 -07:00
committed by GitHub
parent f97ec4b6b9
commit f28d4074fe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
2.2.0-RC1
3.0.0-dev
+1 -1
View File
@@ -53,7 +53,7 @@ use Traversable;
*/
class Client implements ClientInterface, IteratorAggregate
{
public const VERSION = '2.2.0-RC1';
public const VERSION = '3.0.0-dev';
/** @var OptionsInterface */
private $options;