فهرست منبع

Bump VERSION and update CHANGELOG.

Guess what time is it? Yes it is release time!
Daniele Alessandri 13 سال پیش
والد
کامیت
5561ce6bd3
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      CHANGELOG.md
  2. 1 1
      VERSION
  3. 1 1
      lib/Predis/Client.php

+ 1 - 1
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
 - Predis now adheres to the PSR-0 standard which means that there is no more a

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.7.0-dev
+0.7.0

+ 1 - 1
lib/Predis/Client.php

@@ -29,7 +29,7 @@ use Predis\Transaction\MultiExecContext;
  */
  */
 class Client
 class Client
 {
 {
-    const VERSION = '0.7.0-dev';
+    const VERSION = '0.7.0';
 
 
     private $options;
     private $options;
     private $profile;
     private $profile;