Преглед изворни кода

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;