Update We.php

修改组件版本
This commit is contained in:
邹景立 2020-08-16 15:01:12 +08:00 committed by GitHub
parent fe3b5910ba
commit 2e5ca0d48f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
We.php
View File

@ -86,7 +86,7 @@ class We
* 定义当前版本 * 定义当前版本
* @var string * @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"); throw new InvalidInstanceException("class {$name} not found");
} }
} }