bump dev version

This commit is contained in:
Till Krüss
2026-03-09 13:34:39 -07:00
committed by GitHub
parent 2033429520
commit 383623eb05
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,5 +1,10 @@
## Changelog
## Unreleased
### Added
### Changed
### Fixed
## v3.4.2 (2026-03-09)
### Changed
- Switch to `static` closures
+1 -1
View File
@@ -1 +1 @@
3.4.2
3.4.3-dev
+1 -1
View File
@@ -56,7 +56,7 @@ use Traversable;
*/
class Client implements ClientInterface, IteratorAggregate
{
public const VERSION = '3.4.2';
public const VERSION = '3.4.3-dev';
/** @var OptionsInterface */
private $options;