From e478316ac843c1a884a3b3a7a94db17c4001ff5c Mon Sep 17 00:00:00 2001 From: thinkphp Date: Fri, 21 Jan 2022 14:31:07 +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 --- src/think/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/think/App.php b/src/think/App.php index 101bb6d646..073a41adf3 100644 --- a/src/think/App.php +++ b/src/think/App.php @@ -39,7 +39,7 @@ */ class App extends Container { - const VERSION = '6.0.10LTS'; + const VERSION = '6.0.12LTS'; /** * 应用调试模式