From 0c509a16c6ffbbba9bc811a7d8b9525706276185 Mon Sep 17 00:00:00 2001 From: haoouba <2323333339@qq.com> Date: Mon, 15 Feb 2021 10:13:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= 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 6a527f7..d9956b7 100644 --- a/core/function.php +++ b/core/function.php @@ -3,7 +3,7 @@ /* 获取主题当前版本号 */ function _getVersion() { - return "5.0.2"; + return "5.0.3"; }; /* 判断是否是手机 */