Skip to content

Commit

Permalink
updates for Swoole 4.8.10
Browse files Browse the repository at this point in the history
Signed-off-by: Demin Yin <[email protected]>
  • Loading branch information
deminy committed May 13, 2022
1 parent 8f82ba3 commit 566dfde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/swoole/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

declare(strict_types=1);

define('SWOOLE_VERSION', '4.8.9');
define('SWOOLE_VERSION_ID', 40809);
define('SWOOLE_VERSION', '4.8.10');
define('SWOOLE_VERSION_ID', 40810);
define('SWOOLE_MAJOR_VERSION', 4);
define('SWOOLE_MINOR_VERSION', 8);
define('SWOOLE_RELEASE_VERSION', 9);
define('SWOOLE_RELEASE_VERSION', 10);
define('SWOOLE_EXTRA_VERSION', '');
define('SWOOLE_DEBUG', '');
define('SWOOLE_HAVE_COMPRESSION', '1');
Expand Down

0 comments on commit 566dfde

Please sign in to comment.