From bcfe65d13f24b37cf6f306f2c82404f9f9b2a672 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Mon, 10 Sep 2018 10:52:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ThinkPHP/ThinkPHP.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ThinkPHP/ThinkPHP.php b/ThinkPHP/ThinkPHP.php index c66d876b4..9825594f4 100644 --- a/ThinkPHP/ThinkPHP.php +++ b/ThinkPHP/ThinkPHP.php @@ -22,7 +22,7 @@ } // 版本信息 -const THINK_VERSION = '3.2.3'; +const THINK_VERSION = '3.2.4'; // URL 模式定义 const URL_COMMON = 0; //普通模式