Skip to content

Commit

Permalink
更新版本号 V2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxinpro committed Apr 20, 2020
1 parent b936fec commit 6b821c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
if(version_compare(PHP_VERSION,'5.3.0','<')) die('require PHP > 5.3.0 !');

// 定义APP版本号
define('APP_VERSION', '2.1.0');
define('APP_VERSION', '2.1.1');

// 开启调试模式 建议开发阶段开启 部署阶段注释或者设为false
define('APP_DEBUG',True);
Expand Down

0 comments on commit 6b821c0

Please sign in to comment.