From 241fdc74304eb46760a5b109b788dfc917127bbc Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Mon, 13 Nov 2017 02:03:11 -0800 Subject: [PATCH] [console] Tag 1.1.1 release. (#3585) --- composer.json | 2 +- src/Application.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5bac33821..c5273d7e1 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "composer/installers": "~1.0", "doctrine/annotations": "^1.2", "doctrine/collections": "^1.3", - "drupal/console-core": "1.1.0", + "drupal/console-core": "1.1.1", "drupal/console-dotenv": "~0", "drupal/console-extend-plugin": "~0", "gabordemooij/redbean": "~4.3", diff --git a/src/Application.php b/src/Application.php index 6bafcd963..5c7635601 100644 --- a/src/Application.php +++ b/src/Application.php @@ -25,7 +25,7 @@ class Application extends BaseApplication /** * @var string */ - const VERSION = '1.1.0'; + const VERSION = '1.1.1'; public function __construct(ContainerInterface $container) {