From b6f795c2d7cf111c860cb0660b098206786cc4f6 Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Mon, 3 Oct 2016 07:55:58 -0400 Subject: [PATCH] Tag release RC-3. (#34) --- composer.lock | 10 +++++----- src/Application.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 9269529..3cf9f50 100644 --- a/composer.lock +++ b/composer.lock @@ -175,16 +175,16 @@ }, { "name": "drupal/console-core", - "version": "1.0.0-rc2", + "version": "1.0.0-rc3", "source": { "type": "git", "url": "https://github.com/hechoendrupal/drupal-console-core.git", - "reference": "98b6d48b52832c39cd91c0a26df8c937f3a5749c" + "reference": "7672acffd502363803109a4874eea22d47dde0bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/98b6d48b52832c39cd91c0a26df8c937f3a5749c", - "reference": "98b6d48b52832c39cd91c0a26df8c937f3a5749c", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/7672acffd502363803109a4874eea22d47dde0bc", + "reference": "7672acffd502363803109a4874eea22d47dde0bc", "shasum": "" }, "require": { @@ -250,7 +250,7 @@ "drupal", "symfony" ], - "time": "2016-09-29 13:35:35" + "time": "2016-09-30 11:27:38" }, { "name": "drupal/console-en", diff --git a/src/Application.php b/src/Application.php index 9e3f188..4c718d0 100644 --- a/src/Application.php +++ b/src/Application.php @@ -20,7 +20,7 @@ class Application extends ConsoleApplication /** * @var string */ - const VERSION = '1.0.0-rc2'; + const VERSION = '1.0.0-rc3'; public function __construct($container) {