소스 검색

Add a VERSION constant to Predis\Client.

Daniele Alessandri 14 년 전
부모
커밋
b5a89a0f50
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lib/Predis/Client.php

+ 1 - 0
lib/Predis/Client.php

@@ -10,6 +10,7 @@ use Predis\Profiles\ServerProfile;
 use Predis\Profiles\IServerProfile;
 
 class Client {
+    const VERSION = '0.7.0-dev';
     private static $_connectionSchemes;
     private $_options, $_profile, $_connection;