From 2e5ca0d48fca8014eea504db6daec2b97d53d768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sun, 16 Aug 2020 15:01:12 +0800 Subject: [PATCH] Update We.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改组件版本 --- We.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/We.php b/We.php index 846476c..2de2ebe 100644 --- a/We.php +++ b/We.php @@ -86,7 +86,7 @@ class We * 定义当前版本 * @var string */ - const VERSION = '1.2.23'; + const VERSION = '1.2.24'; /** * 静态配置 @@ -136,4 +136,4 @@ class We throw new InvalidInstanceException("class {$name} not found"); } -} \ No newline at end of file +}