diff --git a/Client.php b/Client.php index 5bbb6f7..75b4066 100755 --- a/Client.php +++ b/Client.php @@ -168,7 +168,7 @@ public function __construct($message, $code = 0, $exception = NULL) */ class Credis_Client { - const VERSION = '1.11.2'; + const VERSION = '1.11.4'; const TYPE_STRING = 'string'; const TYPE_LIST = 'list';