From 9b0de9e1e7fe68c9df2aefa42d2c31f4e2110952 Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Mon, 3 Oct 2016 08:22:50 -0400 Subject: [PATCH] [console] Tag 1.0.0-rc3 version. (#2753) --- src/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application.php b/src/Application.php index 2a98125b4..7ec95398b 100644 --- a/src/Application.php +++ b/src/Application.php @@ -22,7 +22,7 @@ class Application extends ConsoleApplication /** * @var string */ - const VERSION = '1.0.0-rc2'; + const VERSION = '1.0.0-rc3'; public function __construct(ContainerInterface $container) {