Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Nov 12, 2024
2 parents be1be21 + ea3bcec commit ed2a4eb
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 ed2a4eb

Please sign in to comment.