mirror of
https://github.com/predis/predis.git
synced 2026-09-18 14:28:54 +00:00
tag v3.4.2
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
||||
## Changelog
|
||||
## Unreleased
|
||||
|
||||
## v3.4.2 (2026-03-09)
|
||||
### Changed
|
||||
- Switch to `static` closures
|
||||
|
||||
|
||||
+1
-1
@@ -56,7 +56,7 @@ use Traversable;
|
||||
*/
|
||||
class Client implements ClientInterface, IteratorAggregate
|
||||
{
|
||||
public const VERSION = '3.4.1';
|
||||
public const VERSION = '3.4.2';
|
||||
|
||||
/** @var OptionsInterface */
|
||||
private $options;
|
||||
|
||||
Reference in New Issue
Block a user