From 9cfc6669b83be0fa6fface91a6f372a0bb84bf1a Mon Sep 17 00:00:00 2001 From: Demin Yin Date: Sun, 16 Jun 2024 22:45:20 -0700 Subject: [PATCH] updates for Swoole 5.1.3 Signed-off-by: Demin Yin --- src/swoole/constants.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/swoole/constants.php b/src/swoole/constants.php index 8e007c8..e049ff2 100644 --- a/src/swoole/constants.php +++ b/src/swoole/constants.php @@ -5,11 +5,11 @@ /* * Swoole version information. */ -define('SWOOLE_VERSION', '5.1.2'); -define('SWOOLE_VERSION_ID', 50102); +define('SWOOLE_VERSION', '5.1.3'); +define('SWOOLE_VERSION_ID', 50103); define('SWOOLE_MAJOR_VERSION', 5); define('SWOOLE_MINOR_VERSION', 1); -define('SWOOLE_RELEASE_VERSION', 2); +define('SWOOLE_RELEASE_VERSION', 3); define('SWOOLE_EXTRA_VERSION', ''); /*