diff --git a/VERSION b/VERSION index 65087b4f..b08cf5b7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.4 +1.1.5-dev diff --git a/package.ini b/package.ini index 9cacd749..9ae46ebb 100644 --- a/package.ini +++ b/package.ini @@ -10,8 +10,8 @@ name = "Predis" desc = "Flexible and feature-complete Redis client for PHP and HHVM" homepage = "http://github.com/nrk/predis" license = "MIT" -version = "1.1.4" -stability = "stable" +version = "1.1.5" +stability = "devel" channel = "pear.nrk.io" author = "Daniele Alessandri \"nrk\" " diff --git a/src/Client.php b/src/Client.php index edcf6c1b..c02fc3fe 100644 --- a/src/Client.php +++ b/src/Client.php @@ -40,7 +40,7 @@ use Predis\Transaction\MultiExec as MultiExecTransaction; */ class Client implements ClientInterface, \IteratorAggregate { - const VERSION = '1.1.4'; + const VERSION = '1.1.5-dev'; protected $connection; protected $options;