Skip to content

Commit 5a758bb

Browse files
committed
chore: bump version to 2.3.1
1 parent 3dde337 commit 5a758bb

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.3.0');
25+
$application = new Application('pt-cli', '2.3.1');
2626
$application->add(new CheckCommand());
2727
$application->add(new TemplateCheckCommand());
2828
$application->add(new PatternCreateCommand());

0 commit comments

Comments
 (0)