Skip to content

Commit 9a3780a

Browse files
committed
v2.8.0
1 parent 2b78340 commit 9a3780a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/function.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
// 判断当前的系统类型是否为windows
3333
define('IS_WIN', strstr(PHP_OS, 'WIN') ? 1 : 0);
3434
// 定义当前版本
35-
define('APP_VERSION', '2.7.9');
35+
define('APP_VERSION', '2.8.0');
3636

3737
/*---------------基础配置结束-------------------*/
3838

0 commit comments

Comments
 (0)