Skip to content

Commit

Permalink
[console] Tag 1.8.0 release. (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored Mar 21, 2018
1 parent 80a56ee commit 9c73903
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 38 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.7.0",
"drupal/console-core": "1.8.0",
"padraic/phar-updater": "~1.0@dev"
},
"bin": ["bin/drupal"],
Expand Down
140 changes: 104 additions & 36 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.7.0';
const VERSION = '1.8.0';

/**
* Application constructor.
Expand Down

0 comments on commit 9c73903

Please sign in to comment.