release: v3.0.1

This commit is contained in:
Nuno Maduro
2024-09-09 15:29:44 +01:00
parent b17feef3f4
commit 8de30cc8b7
4 changed files with 4 additions and 4 deletions

View File

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