release: v3.0.3

This commit is contained in:
Nuno Maduro
2024-09-10 22:29:09 +01:00
parent 49f15521e0
commit ea72461f1b
5 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@ namespace Pest;
function version(): string
{
return '3.0.1';
return '3.0.3';
}
function testDirectory(string $file = ''): string