Skip to content

Commit

Permalink
updates for Swoole 5.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Demin Yin <[email protected]>
  • Loading branch information
deminy committed Dec 8, 2023
1 parent 07692fa commit e49592f
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 @@ -5,11 +5,11 @@
/*
* Swoole version information.
*/
define('SWOOLE_VERSION', '5.1.0');
define('SWOOLE_VERSION_ID', 50100);
define('SWOOLE_VERSION', '5.1.1');
define('SWOOLE_VERSION_ID', 50101);
define('SWOOLE_MAJOR_VERSION', 5);
define('SWOOLE_MINOR_VERSION', 1);
define('SWOOLE_RELEASE_VERSION', 0);
define('SWOOLE_RELEASE_VERSION', 1);
define('SWOOLE_EXTRA_VERSION', '');

/*
Expand Down

0 comments on commit e49592f

Please sign in to comment.