diff --git a/composer.json b/composer.json index 5a517fde8..9fb55366e 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.0.0-rc25", + "drupal/console-core": "1.0.0-rc26", "drupal/console-dotenv": "~0", "drupal/console-extend-plugin": "~0", "gabordemooij/redbean": "~4.3", diff --git a/src/Application.php b/src/Application.php index 1030f7d7d..125f82c4b 100644 --- a/src/Application.php +++ b/src/Application.php @@ -25,7 +25,7 @@ class Application extends BaseApplication /** * @var string */ - const VERSION = '1.0.0-rc25'; + const VERSION = '1.0.0-rc26'; public function __construct(ContainerInterface $container) {