We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b78340 commit 9a3780aCopy full SHA for 9a3780a
app/function.php
@@ -32,7 +32,7 @@
32
// 判断当前的系统类型是否为windows
33
define('IS_WIN', strstr(PHP_OS, 'WIN') ? 1 : 0);
34
// 定义当前版本
35
-define('APP_VERSION', '2.7.9');
+define('APP_VERSION', '2.8.0');
36
37
/*---------------基础配置结束-------------------*/
38
0 commit comments