Skip to content

Commit

Permalink
Merge pull request #263 from jmolivas/update-version-number
Browse files Browse the repository at this point in the history
Update version number
  • Loading branch information
jmolivas committed Dec 24, 2014
2 parents 0ec6f01 + fcd76b4 commit 663130d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function __construct()
{
$env = 'prod';

parent::__construct('Drupal', 'Drupal Console 0.5.0 - ' . $env);
parent::__construct('Drupal', 'Drupal Console 0.5.1 - ' . $env);

$this->getDefinition()->addOption(
new InputOption(
Expand Down

0 comments on commit 663130d

Please sign in to comment.