瀏覽代碼

Back to development.

[ci skip]
Daniele Alessandri 10 年之前
父節點
當前提交
65c2f4bc4f
共有 3 個文件被更改,包括 4 次插入4 次删除
  1. 1 1
      VERSION
  2. 2 2
      package.ini
  3. 1 1
      src/Client.php

+ 1 - 1
VERSION

@@ -1 +1 @@
-1.0.0
+1.1.0-dev

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

+ 1 - 1
src/Client.php

@@ -42,7 +42,7 @@ use Predis\Transaction\MultiExec as MultiExecTransaction;
  */
 class Client implements ClientInterface
 {
-    const VERSION = '1.0.0';
+    const VERSION = '1.1.0-dev';
 
     protected $connection;
     protected $options;