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) {