Back to development.

This commit is contained in:
Daniele Alessandri
2016-06-13 15:20:48 +02:00
parent 0e17edbefb
commit 0607d84d0c
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ use Predis\Transaction\MultiExec as MultiExecTransaction;
*/
class Client implements ClientInterface, \IteratorAggregate
{
const VERSION = '1.1.0';
const VERSION = '1.1.1-dev';
protected $connection;
protected $options;