From e03c085ef2c83d52a869a5e49f57f298f0fbe4e5 Mon Sep 17 00:00:00 2001 From: enzo - Eduardo Garcia Date: Tue, 11 Jun 2019 10:33:19 +1000 Subject: [PATCH] Update version to 1.9.0 (#4085) * Removed generate commands and generators * Revert "Removed generate commands and generators (#3417)" This reverts commit 1dea474267555f569ca7f1d8d61396918be99bfb. * Update version to 1.9.0 --- composer.json | 2 +- src/Application.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e14616a3c..356a1dd7a 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.8.0", + "drupal/console-core": "1.9.0", "drupal/console-extend-plugin": "~0", "psy/psysh": "0.6.* || ~0.8", "symfony/css-selector": "~2.8|~3.0", diff --git a/src/Application.php b/src/Application.php index ff247181f..3804126fd 100644 --- a/src/Application.php +++ b/src/Application.php @@ -25,7 +25,7 @@ class Application extends BaseApplication /** * @var string */ - const VERSION = '1.8.0'; + const VERSION = '1.9.0'; public function __construct(ContainerInterface $container) {