Skip to content

Commit b458b7c

Browse files
Update VERSION constant
1 parent dc20027 commit b458b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public function __construct($message, $code = 0, $exception = NULL)
168168
*/
169169
class Credis_Client {
170170

171-
const VERSION = '1.11.2';
171+
const VERSION = '1.11.4';
172172

173173
const TYPE_STRING = 'string';
174174
const TYPE_LIST = 'list';

0 commit comments

Comments
 (0)