From fc67467fe519ce7564b76fb0d3a454658552f2e7 Mon Sep 17 00:00:00 2001 From: haoouba <2323333339@qq.com> Date: Tue, 16 Feb 2021 20:43:52 +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 9b33df4..70182ea 100644 --- a/core/function.php +++ b/core/function.php @@ -3,7 +3,7 @@ /* 获取主题当前版本号 */ function _getVersion() { - return "5.0.9"; + return "5.1.0"; }; /* 判断是否是手机 */