From f4edcad048bd70fa2e74a6858c061425117c1ace Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Tue, 6 Mar 2018 13:58:52 -0800 Subject: [PATCH] [console] Tag 1.7.0 release. (#3819) --- composer.json | 2 +- src/Application.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 88523b284..f8f145669 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.6.1", + "drupal/console-core": "1.7.0", "drupal/console-extend-plugin": "~0", "guzzlehttp/guzzle": "~6.1", "psy/psysh": "0.6.* || ~0.8", diff --git a/src/Application.php b/src/Application.php index 4e5c7f798..51de79c93 100644 --- a/src/Application.php +++ b/src/Application.php @@ -25,7 +25,7 @@ class Application extends BaseApplication /** * @var string */ - const VERSION = '1.6.1'; + const VERSION = '1.7.0'; public function __construct(ContainerInterface $container) {