We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46097f commit 974e17fCopy full SHA for 974e17f
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.1');
+$application = new Application('Composer Git Hooks', '2.7.0');
26
27
$application->add(new AddCommand());
28
$application->add(new UpdateCommand());
0 commit comments