Back to development.

This commit is contained in:
Daniele Alessandri
2014-02-11 12:43:19 +01:00
parent 5f2eea628e
commit a13dd4e180
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
0.8.5
0.8.6-dev
+1 -1
View File
@@ -30,7 +30,7 @@ use Predis\Transaction\MultiExecContext;
*/
class Client implements ClientInterface
{
const VERSION = '0.8.5';
const VERSION = '0.8.6-dev';
private $options;
private $profile;
+2 -2
View File
@@ -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.5"
stability = "stable"
version = "0.8.6"
stability = "devel"
channel = "pear.nrk.io"
author = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"