@@ -1 +1 @@
-0.8.4
+0.8.5-dev
@@ -31,7 +31,7 @@ use Predis\Transaction\MultiExecContext;
*/
class Client implements ClientInterface
{
- const VERSION = '0.8.4';
+ const VERSION = '0.8.5-dev';
private $options;
private $profile;
@@ -10,8 +10,8 @@ name = "Predis"
desc = "Flexible and feature-complete PHP client library for Redis"
homepage = "http://github.com/nrk/predis"
license = "MIT"
-version = "0.8.4"
-stability = "stable"
+version = "0.8.5"
+stability = "devel"
channel = "pear.nrk.io"
author = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"