Bump VERSION and update CHANGELOG.

Guess what time is it? Yes it is release time!
This commit is contained in:
Daniele Alessandri
2011-12-11 17:24:01 +01:00
parent 6730661b4a
commit f9f248cd84
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -1 +1 @@
0.7.0-dev
0.7.0
+1 -1
View File
@@ -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;