Skip to content

Commit

Permalink
[console] Tag 1.0.0-rc16 release. (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored Feb 9, 2017
1 parent aa5f4a2 commit 5b87e54
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 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-rc15",
"drupal/console-core" : "1.0.0-rc16",
"padraic/phar-updater": "~1.0@dev",
"phpseclib/phpseclib": "2.*",
"symfony/console": "2.8.16",
Expand Down
24 changes: 12 additions & 12 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 @@ -23,7 +23,7 @@ class Application extends CoreApplication
/**
* @var string
*/
const VERSION = '1.0.0-rc15';
const VERSION = '1.0.0-rc16';

/**
* Application constructor.
Expand Down

0 comments on commit 5b87e54

Please sign in to comment.