From 4789343672aef06d571d556da369c0e156609bce Mon Sep 17 00:00:00 2001 From: thinkphp Date: Tue, 27 Apr 2021 08:41:08 +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 7aab4f66ff..cdcfeb8d28 100644 --- a/src/think/App.php +++ b/src/think/App.php @@ -39,7 +39,7 @@ */ class App extends Container { - const VERSION = '6.0.7'; + const VERSION = '6.0.8'; /** * 应用调试模式