@@ -1 +1 @@
-0.7.3
+0.7.4-dev
@@ -29,7 +29,7 @@ use Predis\Transaction\MultiExecContext;
*/
class Client
{
- const VERSION = '0.7.3';
+ const VERSION = '0.7.4-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.7.3"
-stability = "stable"
+version = "0.7.4"
+stability = "beta"
channel = "pear.nrk.io"
author = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"