Skip to content

Commit

Permalink
[console] Tag 1.0.0-rc12 release. (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored Dec 22, 2016
1 parent fe18714 commit a615e0b
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 41 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",
"drupal/console-core" : "1.0.0-rc12",
"padraic/phar-updater": "~1.0@dev",
"phpseclib/phpseclib": "2.*",
"symfony/console": "2.8.14",
Expand Down
77 changes: 38 additions & 39 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/LauncherApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class LauncherApplication extends ConsoleApplication
/**
* @var string
*/
const VERSION = '1.0.0-rc11';
const VERSION = '1.0.0-rc12';

public function __construct($container)
{
Expand Down

0 comments on commit a615e0b

Please sign in to comment.