Skip to content

Commit

Permalink
[console] Tag 1.0.0-rc2 version. (#2752)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored Oct 3, 2016
1 parent 2239eb6 commit c67d8e5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"php": "^5.5.9 || ^7.0",
"alchemy/zippy": "0.3.5",
"composer/installers": "~1.0",
"drupal/console-core" : "~1.0",
"drupal/console-core" : "^1.0@RC",
"symfony/css-selector": "~2.8",
"symfony/debug": "~2.8",
"symfony/dom-crawler": "~2.8",
Expand Down
29 changes: 15 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Application extends ConsoleApplication
/**
* @var string
*/
const VERSION = '1.0.0-rc1';
const VERSION = '1.0.0-rc2';

public function __construct(ContainerInterface $container)
{
Expand Down

0 comments on commit c67d8e5

Please sign in to comment.