mirror of
https://github.com/predis/predis.git
synced 2026-09-11 19:07:30 +00:00
Revert to development version for the next patch release.
Forgot to do this early. [ci skip]
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
v0.7.1 (201x-xx-xx)
|
||||
===============================================================================
|
||||
|
||||
- Miscellaneous minor fixes.
|
||||
|
||||
|
||||
v0.7.0 (2011-12-11)
|
||||
===============================================================================
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user