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 07f3572 commit 98394feCopy full SHA for 98394fe
1 file changed
bin/pt-cli
@@ -22,7 +22,7 @@ use Imagewize\PtCli\Commands\Scaffold\StyleCreateCommand;
22
use Imagewize\PtCli\Commands\TemplateCheckCommand;
23
use Symfony\Component\Console\Application;
24
25
-$application = new Application('pt-cli', '2.4.1');
+$application = new Application('pt-cli', '2.4.2');
26
$application->add(new CheckCommand());
27
$application->add(new TemplateCheckCommand());
28
$application->add(new PatternCreateCommand());
0 commit comments