Skip to content

Commit

Permalink
Prepare for 1.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
asm89 committed Aug 26, 2021
1 parent a9e2dd5 commit e5a829a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/twig-lint
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ require __DIR__.'/../src/bootstrap.php';

use Asm89\Twig\Lint\Console\Application;

$application = new Application('Twig lint', 'v1.0.1');
$application = new Application('Twig lint', 'v1.0.3');
$application->run();

0 comments on commit e5a829a

Please sign in to comment.