bump version (#1365)

* bump version

* Update Client.php
This commit is contained in:
Till Krüss
2023-08-15 16:06:03 -07:00
committed by GitHub
parent 5f2b410a74
commit c5ee202179
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
2.2.1
2.2.1-dev
+1 -1
View File
@@ -53,7 +53,7 @@ use Traversable;
*/
class Client implements ClientInterface, IteratorAggregate
{
public const VERSION = '2.2.1';
public const VERSION = '2.2.1-dev';
/** @var OptionsInterface */
private $options;