Skip to content

Commit

Permalink
tag v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xujiajun committed Jul 28, 2017
1 parent 6b72dc2 commit 4ea8271
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@

## v1.5.0 (2017-07-19)
* Refactor Http component
* Added HttpAdapter
* Added HttpAdapter

## v1.6.0 (2017-07-28)
* not support php56
* Fixed when config file not exits
2 changes: 1 addition & 1 deletion src/Framework/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class Kernel extends Container
public function __construct(array $values = [])
{
$start = microtime(true);
$this['version'] = 'v1.5.0';
$this['version'] = 'v1.6.0';
$this['start_time'] = $start;
self::$instance = $this;
parent::__construct($values);
Expand Down

0 comments on commit 4ea8271

Please sign in to comment.