From 90053d30f52427edb4e4941a9063acb65b5a2c1e Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Sun, 29 Nov 2020 18:09:53 -0800 Subject: [PATCH] [console] update version 1.9.7 (#4290) --- src/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application.php b/src/Application.php index 5cd04835e..12ed78343 100644 --- a/src/Application.php +++ b/src/Application.php @@ -25,7 +25,7 @@ class Application extends BaseApplication /** * @var string */ - const VERSION = '1.9.5'; + const VERSION = '1.9.7'; public function __construct(ContainerInterface $container) {