Skip to content

Commit

Permalink
Merge pull request #5 from nadirvishun/1.2
Browse files Browse the repository at this point in the history
测试下1.2分支下的修改怎么再次合并的到master中
  • Loading branch information
SenorW authored Aug 31, 2017
2 parents 58c6724 + e7b2ff1 commit 14a6408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
离真正的框架还差老远老远,还缺少的主要组件有:
- DI依赖注入组件
- Request请求组件
- Response相应组件
- Response响应组件
- Db数据库组件
- Cache缓存组件
- Session/Cookie组件
Expand Down
2 changes: 1 addition & 1 deletion core/Modern.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Modern
*/
public static function getVersion()
{
return '1.2.0';
return '1.2.1';
}
/**
* 解析配置文件
Expand Down

0 comments on commit 14a6408

Please sign in to comment.