Skip to content

Commit

Permalink
2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BrainMaestro committed Dec 28, 2018
1 parent 3e0b94a commit 137dd2a
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.6.0');
$application = new Application('Composer Git Hooks', '2.6.1');

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

0 comments on commit 137dd2a

Please sign in to comment.