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) {