Revert to development version for the next patch release.

Forgot to do this early. [ci skip]
This commit is contained in:
Daniele Alessandri
2011-12-16 22:04:21 +01:00
parent 39ed8e3e8f
commit 4b9ab0bcce
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
v0.7.1 (201x-xx-xx)
===============================================================================
- Miscellaneous minor fixes.
v0.7.0 (2011-12-11)
===============================================================================
+1 -1
View File
@@ -1 +1 @@
0.7.0
0.7.1-dev
+1 -1
View File
@@ -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;