We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0b94a commit 137dd2aCopy full SHA for 137dd2a
cghooks
@@ -22,7 +22,7 @@ use BrainMaestro\GitHooks\Commands\ListCommand;
22
use BrainMaestro\GitHooks\Commands\HookCommand;
23
use Symfony\Component\Console\Application;
24
25
-$application = new Application('Composer Git Hooks', '2.6.0');
+$application = new Application('Composer Git Hooks', '2.6.1');
26
27
$application->add(new AddCommand());
28
$application->add(new UpdateCommand());
0 commit comments