From 387d3945463c3fbdb7b3a27e2efbeb363d900946 Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Sat, 5 Aug 2017 16:36:15 -0600 Subject: [PATCH] [console] Tag 1.0.0 stable release. (#3474) --- composer.json | 2 +- src/Application.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9fb55366e..6cd5502f8 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-rc26", + "drupal/console-core": "1.0.0", "drupal/console-dotenv": "~0", "drupal/console-extend-plugin": "~0", "gabordemooij/redbean": "~4.3", diff --git a/src/Application.php b/src/Application.php index 125f82c4b..0fb4c85f2 100644 --- a/src/Application.php +++ b/src/Application.php @@ -25,7 +25,7 @@ class Application extends BaseApplication /** * @var string */ - const VERSION = '1.0.0-rc26'; + const VERSION = '1.0.0'; public function __construct(ContainerInterface $container) {