From e63299f488bf8332404ce4f80142a2ed1397edde Mon Sep 17 00:00:00 2001 From: Demin Yin Date: Mon, 2 Sep 2024 21:39:02 -0700 Subject: [PATCH] updates for Swoole 5.1.4 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 e049ff2..d8e836c 100644 --- a/src/swoole/constants.php +++ b/src/swoole/constants.php @@ -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', ''); /*