Skip to content

Commit 3e23bdd

Browse files
authored
Merge pull request #13 from imagewize/fix/bump-version-2.4.2
chore: bump version to 2.4.2 in bin/pt-cli
2 parents 07f3572 + 98394fe commit 3e23bdd

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)