Forgot to do this early. [ci skip]
@@ -1,3 +1,9 @@
+v0.7.1 (201x-xx-xx)
+===============================================================================
+
+- Miscellaneous minor fixes.
v0.7.0 (2011-12-11)
===============================================================================
@@ -1 +1 @@
-0.7.0
+0.7.1-dev
@@ -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;