Tag v3.2.0 (#1585)

* Tag v3.2.0

* Updated 8.2 test image
This commit is contained in:
Vladyslav Vildanov
2025-08-06 09:41:24 +03:00
committed by GitHub
parent c1845d96cc
commit 9e9deec4df
4 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ use Traversable;
*/
class Client implements ClientInterface, IteratorAggregate
{
public const VERSION = '3.1.1-dev';
public const VERSION = '3.2.0';
/** @var OptionsInterface */
private $options;