From 236be1947e0f8d9b994cf561ac92815ed8f5d330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B6=9B?= Date: Fri, 16 Jul 2021 08:03:12 +0000 Subject: [PATCH] update ThinkPHP/ThinkPHP.php. --- ThinkPHP/ThinkPHP.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ThinkPHP/ThinkPHP.php b/ThinkPHP/ThinkPHP.php index 6e16568..20a0046 100644 --- a/ThinkPHP/ThinkPHP.php +++ b/ThinkPHP/ThinkPHP.php @@ -22,7 +22,7 @@ if (MEMORY_LIMIT_ON) { } // 版本信息 -const THINK_VERSION = '3.2.5'; +const THINK_VERSION = '3.2.5+'; // URL 模式定义 const URL_COMMON = 0; //普通模式 -- Gitee