From 05812d093aa61bb492468a8de8b1a3aa2ba85b31 Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Mon, 12 Feb 2018 20:54:34 -0800 Subject: [PATCH] [console] Tag 1.6.0 release. (#3782) --- composer.json | 2 +- src/Application.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a6aed24dc..81e4ed33b 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.5.0", + "drupal/console-core": "1.6.0", "drupal/console-dotenv": "~0", "drupal/console-extend-plugin": "~0", "gabordemooij/redbean": "~4.3", diff --git a/src/Application.php b/src/Application.php index ca55ef4c6..64feab3a5 100644 --- a/src/Application.php +++ b/src/Application.php @@ -25,7 +25,7 @@ class Application extends BaseApplication /** * @var string */ - const VERSION = '1.5.0'; + const VERSION = '1.6.0'; public function __construct(ContainerInterface $container) {