Skip to content

Commit

Permalink
2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BrainMaestro committed Sep 2, 2019
1 parent 3ae8bd9 commit 02f95c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cghooks
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use BrainMaestro\GitHooks\Commands\ListCommand;
use BrainMaestro\GitHooks\Commands\HookCommand;
use Symfony\Component\Console\Application;

$application = new Application('Composer Git Hooks', '2.7.1');
$application = new Application('Composer Git Hooks', '2.8.0');

$application->add(new AddCommand());
$application->add(new UpdateCommand());
Expand Down

0 comments on commit 02f95c8

Please sign in to comment.