Skip to content

Commit

Permalink
Set version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BrainMaestro committed Jun 22, 2024
1 parent b3fc96a commit 684dc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cghooks
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use BrainMaestro\GitHooks\Commands\ListCommand;
use BrainMaestro\GitHooks\Commands\HookCommand;
use Symfony\Component\Console\Application;

$application = new Application('Composer Git Hooks', '3.0.0-alpha.1');
$application = new Application('Composer Git Hooks', '3.0.0');

$application->add(new AddCommand());
$application->add(new UpdateCommand());
Expand Down

1 comment on commit 684dc85

@Busterkinng88
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤴

Please sign in to comment.