mirror of
https://github.com/predis/predis.git
synced 2026-08-30 12:15:03 +00:00
2.2.1 version changes (#1349)
This commit is contained in:
committed by
GitHub
parent
df14e11c3a
commit
a3311d6869
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user