Skip to content

Commit

Permalink
update upgrade notice message
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Nov 18, 2019
1 parent 9d56aec commit 43a5075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/websocket-server/src/Helper/WsHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public static function isLtSwooleVersion(string $version = '4.4.12'): bool
$curVer = SWOOLE_VERSION;

if (version_compare($curVer, $version, '<')) {
Console::colored("Swoole current version is {$curVer}, suggestion upgrade to {$version}", 'warning');
Console::colored("[NOTICE] Swoole current version is {$curVer}, suggestion upgrade to {$version}+", 'warning');
return true;
}

Expand Down

0 comments on commit 43a5075

Please sign in to comment.