This commit is contained in:
icret
2023-03-11 01:16:12 +08:00
parent 5d9a791b8f
commit b4ec93208d
8 changed files with 22 additions and 16 deletions

View File

@@ -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.8');
define('APP_VERSION', '2.7.9');
/*---------------基础配置结束-------------------*/