release: v3.2.0

This commit is contained in:
Nuno Maduro
2024-09-23 13:14:03 +01:00
parent f291cd1603
commit a55da85dd2
13 changed files with 99 additions and 9 deletions

View File

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