Skip to content

Commit

Permalink
[console] Tag 1.0.0-rc13 release. (#3071)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored Jan 3, 2017
1 parent 84dcc4c commit c1a2be9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 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" : "dev-master",
"drupal/console-core" : "1.0.0-rc13",
"alchemy/zippy": "0.4.3",
"composer/installers": "~1.0",
"symfony/css-selector": ">=2.7 <3.2",
Expand Down
28 changes: 13 additions & 15 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-rc12';
const VERSION = '1.0.0-rc13';

public function __construct(ContainerInterface $container)
{
Expand Down

0 comments on commit c1a2be9

Please sign in to comment.