Skip to content

Commit

Permalink
🤖 Update version number in bin/difftest
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE authored and github-actions[bot] committed Nov 12, 2024
1 parent 6565601 commit ea3bcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/difftest
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include $_composer_autoload_path ?? __DIR__ . '/../vendor/autoload.php';

use Symfony\Component\Console\Application;

$application = new Application(name: 'difftest', version: '0.5.0');
$application = new Application(name: 'difftest', version: '0.6.0');

/**
* Filter a PHP code coverage file to only the files changed in a diff.
Expand Down

0 comments on commit ea3bcec

Please sign in to comment.