From a4207701bb55fe0cea06f840d2054cbc4a90b943 Mon Sep 17 00:00:00 2001 From: Demin Yin Date: Mon, 4 Nov 2024 23:35:30 -0800 Subject: [PATCH] updates for Swoole 5.1.5 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 d8e836c..d3f2364 100644 --- a/src/swoole/constants.php +++ b/src/swoole/constants.php @@ -5,11 +5,11 @@ /* * Swoole version information. */ -define('SWOOLE_VERSION', '5.1.4'); -define('SWOOLE_VERSION_ID', 50104); +define('SWOOLE_VERSION', '5.1.5'); +define('SWOOLE_VERSION_ID', 50105); define('SWOOLE_MAJOR_VERSION', 5); define('SWOOLE_MINOR_VERSION', 1); -define('SWOOLE_RELEASE_VERSION', 4); +define('SWOOLE_RELEASE_VERSION', 5); define('SWOOLE_EXTRA_VERSION', ''); /*