release: v3.3.0

This commit is contained in:
Nuno Maduro
2024-10-06 19:25:27 +01:00
parent 7618434580
commit 0a7bff0d24
3 changed files with 4 additions and 3 deletions

View File

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