From 94acac5aacc89c96c87e4babfa9e3511cfebdaf7 Mon Sep 17 00:00:00 2001 From: millken chen Date: Wed, 26 Sep 2018 18:02:19 +0800 Subject: [PATCH] update version --- src/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application.php b/src/Application.php index fcc2d1b..1a9f04f 100644 --- a/src/Application.php +++ b/src/Application.php @@ -13,7 +13,7 @@ class Application implements LoggerAwareInterface { - const VERSION = '3.0.0'; + const VERSION = '3.0.2'; protected $container;