diff --git a/CHANGELOG.md b/CHANGELOG.md index bb81a2c9..dae249ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index e1bde802..faef31a4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.0-dev +0.7.0 diff --git a/lib/Predis/Client.php b/lib/Predis/Client.php index 06e27751..5bcad6d0 100644 --- a/lib/Predis/Client.php +++ b/lib/Predis/Client.php @@ -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;