From 0b5fb453f0e533de3af3a1ab6a202510b61be617 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Thu, 22 Jul 2021 11:24:49 +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 cdcfeb8d28..056a34112b 100644 --- a/src/think/App.php +++ b/src/think/App.php @@ -39,7 +39,7 @@ */ class App extends Container { - const VERSION = '6.0.8'; + const VERSION = '6.0.9'; /** * 应用调试模式