Browse Source

Revert to development version for the next patch release.

Forgot to do this early. [ci skip]
Daniele Alessandri 13 years ago
parent
commit
4b9ab0bcce
3 changed files with 8 additions and 2 deletions
  1. 6 0
      CHANGELOG.md
  2. 1 1
      VERSION
  3. 1 1
      lib/Predis/Client.php

+ 6 - 0
CHANGELOG.md

@@ -1,3 +1,9 @@
+v0.7.1 (201x-xx-xx)
+===============================================================================
+
+- Miscellaneous minor fixes.
+
+
 v0.7.0 (2011-12-11)
 ===============================================================================
 

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.7.0
+0.7.1-dev

+ 1 - 1
lib/Predis/Client.php

@@ -29,7 +29,7 @@ use Predis\Transaction\MultiExecContext;
  */
 class Client
 {
-    const VERSION = '0.7.0';
+    const VERSION = '0.7.1-dev';
 
     private $options;
     private $profile;