Back to development for the next patch release.

This commit is contained in:
Daniele Alessandri
2012-01-14 12:51:01 +01:00
parent 135fd5004b
commit aaea628c55
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
0.7.1
0.7.2-dev
+1 -1
View File
@@ -29,7 +29,7 @@ use Predis\Transaction\MultiExecContext;
*/
class Client
{
const VERSION = '0.7.1';
const VERSION = '0.7.2-dev';
private $options;
private $profile;
+2 -2
View File
@@ -11,8 +11,8 @@ name = "Predis"
desc = "Flexible and feature-complete PHP client library for Redis"
homepage = "http://github.com/nrk/predis"
license = "MIT"
version = "0.7.1"
stability = "stable"
version = "0.7.2"
stability = "beta"
channel = "pear.nrk.io"
author = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"