release: v3.2.3

This commit is contained in:
Nuno Maduro
2024-09-25 16:19:39 +01:00
parent a25158bce8
commit 4e2987d438
3 changed files with 3 additions and 3 deletions

View File

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