mirror of
https://github.com/predis/predis.git
synced 2026-09-12 19:37:05 +00:00
bump version
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ use Predis\Transaction\MultiExec as MultiExecTransaction;
|
||||
*/
|
||||
class Client implements ClientInterface, \IteratorAggregate
|
||||
{
|
||||
const VERSION = '2.1.0';
|
||||
const VERSION = '2.1.1-dev';
|
||||
|
||||
/** @var OptionsInterface */
|
||||
private $options;
|
||||
|
||||
Reference in New Issue
Block a user