Explorar o código

Add a VERSION constant to Predis\Client.

Daniele Alessandri %!s(int64=14) %!d(string=hai) anos
pai
achega
9f1f07083a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lib/Predis.php

+ 1 - 0
lib/Predis.php

@@ -28,6 +28,7 @@ class MalformedServerResponse extends CommunicationException { }    // Unexpecte
 /* ------------------------------------------------------------------------- */
 
 class Client {
+    const VERSION = '0.6.6-dev';
     private $_options, $_connection, $_serverProfile, $_responseReader;
 
     public function __construct($parameters = null, $clientOptions = null) {