From b88a6882788b543e48abb7080a95ce6f89eda639 Mon Sep 17 00:00:00 2001 From: Toon Verwerft Date: Tue, 8 Feb 2022 08:17:03 +0100 Subject: [PATCH] 1.8.0 release --- src/Console/ApplicationConfigurator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/ApplicationConfigurator.php b/src/Console/ApplicationConfigurator.php index f499e5dc..ef86b9aa 100644 --- a/src/Console/ApplicationConfigurator.php +++ b/src/Console/ApplicationConfigurator.php @@ -10,7 +10,7 @@ class ApplicationConfigurator { const APP_NAME = 'GrumPHP'; - const APP_VERSION = '1.7.0'; + const APP_VERSION = '1.8.0'; public function configure(Application $application): void {