release: v3.0.6

This commit is contained in:
Nuno Maduro
2024-09-11 18:59:43 +01:00
parent ce61ced8e1
commit 0d50d35b5e
4 changed files with 4 additions and 3 deletions

View File

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