From ecfc01920fb5733193a41da292e8abb702b6d55d Mon Sep 17 00:00:00 2001 From: Toon Verwerft Date: Fri, 10 Jan 2020 07:32:59 +0100 Subject: [PATCH] 0.17.2 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 c76463212..e0a5e0fbc 100644 --- a/src/Console/ApplicationConfigurator.php +++ b/src/Console/ApplicationConfigurator.php @@ -11,7 +11,7 @@ class ApplicationConfigurator { const APP_NAME = 'GrumPHP'; - const APP_VERSION = '0.17.1'; + const APP_VERSION = '0.17.2'; /** * @var GrumPHP