back to dev version

This commit is contained in:
Till Krüss
2023-09-13 09:55:14 -07:00
committed by GitHub
parent 92b284967e
commit 4846e2ab94
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
2.2.2
2.2.3-dev
+1 -1
View File
@@ -53,7 +53,7 @@ use Traversable;
*/
class Client implements ClientInterface, IteratorAggregate
{
public const VERSION = '2.2.2';
public const VERSION = '2.2.3-dev';
/** @var OptionsInterface */
private $options;