From b458b7c65d156744f5f0c4667c0f8ce45d955435 Mon Sep 17 00:00:00 2001 From: Colin Mollenhour Date: Tue, 13 Oct 2020 19:55:13 -0400 Subject: [PATCH] Update VERSION constant --- Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';