From 24910e08c380c43a3f3e469b4c3349d5a68ae274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=82=E6=9E=9C=E7=9A=84=E5=A6=82=E6=9E=9C?= Date: Wed, 28 Sep 2022 13:28:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=A8=E8=A7=A3=E5=BA=93?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/SysConst.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SysConst.php b/src/SysConst.php index 7b4e40b..1652d48 100644 --- a/src/SysConst.php +++ b/src/SysConst.php @@ -11,7 +11,7 @@ class SysConst { - const EASYSWOOLE_VERSION = '3.5.1'; + const EASYSWOOLE_VERSION = '3.6.1'; const LOGGER_HANDLER = 'LOGGER_HANDLER'; const ERROR_HANDLER = 'ERROR_HANDLER';