Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
kiss291323003 committed Aug 11, 2018
1 parent 88da569 commit c9abbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function __construct()

public function initialize():Core
{
Di::getInstance()->set(SysConst::VERSION,'2.1.2');
Di::getInstance()->set(SysConst::VERSION,'2.1.4');
Di::getInstance()->set(SysConst::HTTP_CONTROLLER_MAX_DEPTH,3);
EasySwooleEvent::frameInitialize();
$this->errorHandle();
Expand Down

0 comments on commit c9abbfa

Please sign in to comment.