Explorar o código

Get back to development.

Daniele Alessandri %!s(int64=12) %!d(string=hai) anos
pai
achega
7173f0c80c
Modificáronse 3 ficheiros con 4 adicións e 4 borrados
  1. 1 1
      VERSION
  2. 1 1
      lib/Predis/Client.php
  3. 2 2
      package.ini

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.8.1
+0.8.2-dev

+ 1 - 1
lib/Predis/Client.php

@@ -33,7 +33,7 @@ use Predis\Transaction\MultiExecContext;
  */
 class Client implements ClientInterface
 {
-    const VERSION = '0.8.1';
+    const VERSION = '0.8.2-dev';
 
     private $options;
     private $profile;

+ 2 - 2
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.1"
-stability   = "stable"
+version     = "0.8.2"
+stability   = "devel"
 channel     = "pear.nrk.io"
 
 author      = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"