From 082d6d99ebd1ac329fe33d2dbb75ab26bca0d675 Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Wed, 2 Nov 2016 12:42:29 -0700 Subject: [PATCH] [console] Tag 1.0.0-rc7 version. (#44) --- composer.lock | 20 ++++++++++---------- src/LauncherApplication.php | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index 28528a6..7bfb41e 100644 --- a/composer.lock +++ b/composer.lock @@ -175,16 +175,16 @@ }, { "name": "drupal/console-core", - "version": "1.0.0-rc6", + "version": "1.0.0-rc7", "source": { "type": "git", "url": "https://github.com/hechoendrupal/drupal-console-core.git", - "reference": "105bf5845f17b336c9a62fbd3e576eaea0eb91d5" + "reference": "b2bdf84ba1e93a31f7228a22c1a20ef458a76b40" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/105bf5845f17b336c9a62fbd3e576eaea0eb91d5", - "reference": "105bf5845f17b336c9a62fbd3e576eaea0eb91d5", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/b2bdf84ba1e93a31f7228a22c1a20ef458a76b40", + "reference": "b2bdf84ba1e93a31f7228a22c1a20ef458a76b40", "shasum": "" }, "require": { @@ -250,20 +250,20 @@ "drupal", "symfony" ], - "time": "2016-10-17 16:55:41" + "time": "2016-11-02 19:26:55" }, { "name": "drupal/console-en", - "version": "1.0.0-rc2", + "version": "1.0.0-rc4", "source": { "type": "git", "url": "https://github.com/hechoendrupal/drupal-console-en.git", - "reference": "d95f7673ce0d3253efb7ce054a2bf13e6cf9c773" + "reference": "475e19d40a498d40f5a9183e05341c8ec7d8d96d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/d95f7673ce0d3253efb7ce054a2bf13e6cf9c773", - "reference": "d95f7673ce0d3253efb7ce054a2bf13e6cf9c773", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/475e19d40a498d40f5a9183e05341c8ec7d8d96d", + "reference": "475e19d40a498d40f5a9183e05341c8ec7d8d96d", "shasum": "" }, "type": "drupal-console-language", @@ -304,7 +304,7 @@ "drupal", "symfony" ], - "time": "2016-10-17 16:30:14" + "time": "2016-11-02 19:18:53" }, { "name": "padraic/humbug_get_contents", diff --git a/src/LauncherApplication.php b/src/LauncherApplication.php index ae66ad2..b49c067 100644 --- a/src/LauncherApplication.php +++ b/src/LauncherApplication.php @@ -20,7 +20,7 @@ class LauncherApplication extends ConsoleApplication /** * @var string */ - const VERSION = '1.0.0-rc6'; + const VERSION = '1.0.0-rc7'; public function __construct($container) {