From 079cb90c740d8a83a769b6484d74645eedb7f74c Mon Sep 17 00:00:00 2001 From: Toon Verwerft Date: Sun, 22 Sep 2019 09:37:49 +0200 Subject: [PATCH] 0.16.1 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 b4665f4cf..e46c39f5d 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.16.0'; + const APP_VERSION = '0.16.1'; /** * @var GrumPHP