Skip to content

Commit

Permalink
[console] Tag 1.0.0-rc19 release. (#3299)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored May 8, 2017
1 parent 18db499 commit 0c23851
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 20 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-rc18",
"drupal/console-core" : "1.0.0-rc19",
"drupal/console-extend-plugin": "~0",
"alchemy/zippy": "0.4.3",
"doctrine/collections":"~1.3",
Expand Down
35 changes: 17 additions & 18 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-rc18';
const VERSION = '1.0.0-rc19';

public function __construct(ContainerInterface $container)
{
Expand Down

0 comments on commit 0c23851

Please sign in to comment.