We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a5029 commit cabbc4cCopy full SHA for cabbc4c
docs/CHANGELOG.md
@@ -52,4 +52,9 @@
52
53
## v1.7.2 (2017-10-20)
54
* optimize ConfigService
55
-* add cache command for route&config
+* add cache command for route&config
56
+
57
+## v1.7.3 (2017-10-20)
58
+* Merge pull request #15 from akiyamaSM/patch-2
59
+* Fixed when no app.yml file error
60
+* move register debugbar code to WhoopsExceptionsHandler
src/Framework/Kernel.php
@@ -67,7 +67,7 @@ class Kernel extends Container
67
public function __construct(array $values = [])
68
{
69
$start = microtime(true);
70
- $this['version'] = 'v1.7.2';
+ $this['version'] = 'v1.7.3';
71
$this['start_time'] = $start;
72
self::$instance = $this;
73
parent::__construct($values);
0 commit comments