Skip to content

Commit

Permalink
Increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
akondas committed Feb 13, 2019
1 parent e7ba83b commit 13083e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/php-legal-licenses
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if (file_exists(__DIR__.'/../vendor/autoload.php')) {
require __DIR__.'/vendor/autoload.php';
}

$app = new Symfony\Component\Console\Application('PHP Legal Licenses', '1.1.0');
$app = new Symfony\Component\Console\Application('PHP Legal Licenses', '1.2.0');
$app->add(new Comcast\PhpLegalLicenses\Console\GenerateCommand);
$app->add(new Comcast\PhpLegalLicenses\Console\ShowCommand);
$app->run();

0 comments on commit 13083e6

Please sign in to comment.