Skip to content

Commit

Permalink
[console] Tag 1.0.0-rc14 release. (#3076)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored Jan 4, 2017
1 parent 8cf1d3a commit eff9f5c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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-rc13",
"drupal/console-core" : "1.0.0-rc14",
"alchemy/zippy": "0.4.3",
"composer/installers": "~1.0",
"symfony/css-selector": ">=2.7 <3.2",
Expand Down
16 changes: 8 additions & 8 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 @@ -27,7 +27,7 @@ class Application extends BaseApplication
/**
* @var string
*/
const VERSION = '1.0.0-rc13';
const VERSION = '1.0.0-rc14';

public function __construct(ContainerInterface $container)
{
Expand Down

0 comments on commit eff9f5c

Please sign in to comment.