Skip to content

Commit

Permalink
[console] Tag 1.3.2 release. (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored Jan 4, 2018
1 parent 8f1faed commit 0b035fd
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 59 deletions.
3 changes: 1 addition & 2 deletions bin/drupal.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@
$launch = $launcher->launch($options);
exit(0);
}
}
else {
} else {
$root = $options['root'];
$drupalFinder = new DrupalFinder();
$drupalFinder->locateRoot($root);
Expand Down
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.3.1",
"drupal/console-core": "1.3.2",
"padraic/phar-updater": "~1.0@dev"
},
"bin": ["bin/drupal"],
Expand Down
110 changes: 55 additions & 55 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.3.1';
const VERSION = '1.3.2';

/**
* Application constructor.
Expand Down

0 comments on commit 0b035fd

Please sign in to comment.