Skip to content

Commit

Permalink
[console] Tag 1.5.0 release. (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored Jan 11, 2018
1 parent df9d16b commit 3fec012
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.4.0",
"drupal/console-core": "1.5.0",
"padraic/phar-updater": "~1.0@dev"
},
"bin": ["bin/drupal"],
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 @@ -20,7 +20,7 @@ class Application extends CoreApplication
/**
* @var string
*/
const VERSION = '1.4.0';
const VERSION = '1.5.0';

/**
* Application constructor.
Expand Down

0 comments on commit 3fec012

Please sign in to comment.