diff --git a/composer.json b/composer.json index dec9c8384..c2c56683b 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.9.2", + "drupal/console-core": "1.9.3", "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 2ef6c6d12..2930f2c09 100644 --- a/src/Application.php +++ b/src/Application.php @@ -25,7 +25,7 @@ class Application extends BaseApplication /** * @var string */ - const VERSION = '1.9.2'; + const VERSION = '1.9.3'; public function __construct(ContainerInterface $container) {