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