From 1444cce94b40a836958380b160a5fb7bfc165daf Mon Sep 17 00:00:00 2001 From: thinkphp Date: Mon, 13 Jan 2020 13:48:05 +0800 Subject: [PATCH] =?UTF-8?q?2020=E5=B9=B4=E7=AC=AC=E4=B8=80=E4=B8=AA?= =?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 7bc271c3ca..24c03f39b1 100644 --- a/src/think/App.php +++ b/src/think/App.php @@ -39,7 +39,7 @@ */ class App extends Container { - const VERSION = '6.0.1'; + const VERSION = '6.0.2'; /** * 应用调试模式