release: v3.2.2

This commit is contained in:
Nuno Maduro
2024-09-24 10:23:43 +01:00
parent 7cd42aafd8
commit 989e43d1a0
3 changed files with 3 additions and 3 deletions

View File

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