Skip to content

Commit

Permalink
[console] Tag 1.0.0-rc18 release. (#3292)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored May 2, 2017
1 parent dac0055 commit fb23cb5
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 69 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"require": {
"php": "^5.5.9 || ^7.0",
"drupal/console-core" : "1.0.0-rc17",
"drupal/console-core" : "1.0.0-rc18",
"drupal/console-extend-plugin": "~0",
"alchemy/zippy": "0.4.3",
"doctrine/collections":"~1.3",
Expand Down
134 changes: 67 additions & 67 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 @@ -25,7 +25,7 @@ class Application extends BaseApplication
/**
* @var string
*/
const VERSION = '1.0.0-rc17';
const VERSION = '1.0.0-rc18';

public function __construct(ContainerInterface $container)
{
Expand Down

0 comments on commit fb23cb5

Please sign in to comment.