Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #108 from raphaelstolt/yawning-application-version
Browse files Browse the repository at this point in the history
Fix: Align application version
  • Loading branch information
localheinz committed Apr 2, 2016
2 parents 283cf89 + 70dc729 commit 9bcc6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-changelog
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ foreach ($autoloaders as $autoloader) {
use Localheinz\GitHub\ChangeLog;
use Symfony\Component\Console;

$application = new Console\Application('github-changelog', '0.3.0');
$application = new Console\Application('github-changelog', '0.5.2');

$application->add(new ChangeLog\Console\GenerateCommand());
$application->run();

0 comments on commit 9bcc6f8

Please sign in to comment.