Skip to content

Commit 1ae36cc

Browse files
committed
Update to 2.6.0
1 parent 6700011 commit 1ae36cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cghooks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use BrainMaestro\GitHooks\Commands\ListCommand;
2222
use BrainMaestro\GitHooks\Commands\HookCommand;
2323
use Symfony\Component\Console\Application;
2424

25-
$application = new Application('Composer Git Hooks', '2.5.0');
25+
$application = new Application('Composer Git Hooks', '2.6.0');
2626

2727
$application->add(new AddCommand());
2828
$application->add(new UpdateCommand());

0 commit comments

Comments
 (0)