Skip to content

Commit

Permalink
Update VERSION constant
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmollenhour committed Oct 13, 2020
1 parent dc20027 commit b458b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit b458b7c

Please sign in to comment.