We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f5864 commit 97888ddCopy full SHA for 97888dd
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.8.2');
+$application = new Application('Composer Git Hooks', '2.8.3');
26
27
$application->add(new AddCommand());
28
$application->add(new UpdateCommand());
0 commit comments