From 9a3780a0ee9638717df2e491fd8432ba477ceba0 Mon Sep 17 00:00:00 2001 From: icret Date: Wed, 5 Apr 2023 00:30:42 +0800 Subject: [PATCH] v2.8.0 --- app/function.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/function.php b/app/function.php index 8a42da0..9376115 100644 --- a/app/function.php +++ b/app/function.php @@ -32,7 +32,7 @@ define('APP_ROOT', str_replace('\\', '/', realpath(dirname(__FILE__) . '/../'))) // 判断当前的系统类型是否为windows define('IS_WIN', strstr(PHP_OS, 'WIN') ? 1 : 0); // 定义当前版本 -define('APP_VERSION', '2.7.9'); +define('APP_VERSION', '2.8.0'); /*---------------基础配置结束-------------------*/