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