mirror of
https://github.com/predis/predis.git
synced 2026-09-16 13:27:14 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| be75254ab6 |
+1
-1
@@ -53,7 +53,7 @@ use Traversable;
|
|||||||
*/
|
*/
|
||||||
class Client implements ClientInterface, IteratorAggregate
|
class Client implements ClientInterface, IteratorAggregate
|
||||||
{
|
{
|
||||||
public const VERSION = '2.4.1';
|
public const VERSION = '2.4.2-dev';
|
||||||
|
|
||||||
/** @var OptionsInterface */
|
/** @var OptionsInterface */
|
||||||
private $options;
|
private $options;
|
||||||
|
|||||||
Reference in New Issue
Block a user