2.2.1 version changes (#1349)

This commit is contained in:
Vladyslav Vildanov
2023-08-03 09:03:21 +03:00
committed by GitHub
parent df14e11c3a
commit a3311d6869
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
2.2.0-RC1
2.2.1
+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 = '2.2.1';
/** @var OptionsInterface */
private $options;