Skip to content

Commit

Permalink
fix syntax error urgently (#138)
Browse files Browse the repository at this point in the history
closes #137
  • Loading branch information
PhilETaylor authored Jun 15, 2020
1 parent 0895ca2 commit b8b2bd6
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.2';

const TYPE_STRING = 'string';
const TYPE_LIST = 'list';
Expand Down

0 comments on commit b8b2bd6

Please sign in to comment.