Skip to content

Commit 98394fe

Browse files
committed
chore: bump version to 2.4.2 in bin/pt-cli
1 parent 07f3572 commit 98394fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/pt-cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use Imagewize\PtCli\Commands\Scaffold\StyleCreateCommand;
2222
use Imagewize\PtCli\Commands\TemplateCheckCommand;
2323
use Symfony\Component\Console\Application;
2424

25-
$application = new Application('pt-cli', '2.4.1');
25+
$application = new Application('pt-cli', '2.4.2');
2626
$application->add(new CheckCommand());
2727
$application->add(new TemplateCheckCommand());
2828
$application->add(new PatternCreateCommand());

0 commit comments

Comments
 (0)