From 84b3f31fefd175037b34863750825dd3aeaac00d Mon Sep 17 00:00:00 2001 From: haoouba <2323333339@qq.com> Date: Sat, 20 Feb 2021 20:12:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/function.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/function.php b/core/function.php index af7432c..ad8bc7a 100644 --- a/core/function.php +++ b/core/function.php @@ -3,7 +3,7 @@ /* 获取主题当前版本号 */ function _getVersion() { - return "5.3.0"; + return "5.3.1"; }; /* 判断是否是手机 */