Skip to content

Commit

Permalink
2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BrainMaestro committed Jan 26, 2021
1 parent 676162c commit 06f8cc6
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.8.3');
$application = new Application('Composer Git Hooks', '2.8.4');

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

0 comments on commit 06f8cc6

Please sign in to comment.