From 5fde716098bb5c7abe1443337e58bc74bb8cbd54 Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Tue, 15 Jul 2014 12:38:13 +0200 Subject: [PATCH] Back to development. [ci skip] --- VERSION | 2 +- lib/Predis/Client.php | 2 +- package.ini | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 7fc2521f..60010773 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.6 +0.8.7-dev diff --git a/lib/Predis/Client.php b/lib/Predis/Client.php index 17f44cee..f51c5f36 100644 --- a/lib/Predis/Client.php +++ b/lib/Predis/Client.php @@ -30,7 +30,7 @@ use Predis\Transaction\MultiExecContext; */ class Client implements ClientInterface { - const VERSION = '0.8.6'; + const VERSION = '0.8.7-dev'; private $options; private $profile; diff --git a/package.ini b/package.ini index b53a82f0..5c9e7b62 100644 --- a/package.ini +++ b/package.ini @@ -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.6" -stability = "stable" +version = "0.8.7" +stability = "devel" channel = "pear.nrk.io" author = "Daniele Alessandri \"nrk\" "