Skip to content

Commit

Permalink
updates for Swoole 5.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Demin Yin <deminy@deminy.net>
  • Loading branch information
deminy committed Sep 3, 2024
1 parent d6b2e21 commit e63299f
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.3');
define('SWOOLE_VERSION_ID', 50103);
define('SWOOLE_VERSION', '5.1.4');
define('SWOOLE_VERSION_ID', 50104);
define('SWOOLE_MAJOR_VERSION', 5);
define('SWOOLE_MINOR_VERSION', 1);
define('SWOOLE_RELEASE_VERSION', 3);
define('SWOOLE_RELEASE_VERSION', 4);
define('SWOOLE_EXTRA_VERSION', '');

/*
Expand Down

0 comments on commit e63299f

Please sign in to comment.