mirror of
https://github.com/predis/predis.git
synced 2026-08-26 17:29:52 +00:00
Bump VERSION and update CHANGELOG.
Guess what time is it? Yes it is release time!
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
v0.7.0 (2011-12-xx)
|
||||
v0.7.0 (2011-12-11)
|
||||
===============================================================================
|
||||
|
||||
- Predis now adheres to the PSR-0 standard which means that there is no more a
|
||||
|
||||
@@ -29,7 +29,7 @@ use Predis\Transaction\MultiExecContext;
|
||||
*/
|
||||
class Client
|
||||
{
|
||||
const VERSION = '0.7.0-dev';
|
||||
const VERSION = '0.7.0';
|
||||
|
||||
private $options;
|
||||
private $profile;
|
||||
|
||||
Reference in New Issue
Block a user