Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
chsergey committed May 4, 2016
1 parent 1f82ca1 commit f64887b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/console
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set_time_limit(0);

use Symfony\Component\Console\Application;

$app = new Application('Blueman CLI', '1.0.0');
$app = new Application('Blueman CLI', '1.1.0');
$app->addCommands(array(
new Blueman\Console\Command\ConvertCommand(),
));
Expand Down

0 comments on commit f64887b

Please sign in to comment.