release: v3.2.5

This commit is contained in:
Nuno Maduro
2024-10-01 11:55:18 +01:00
parent 83b76d7c2e
commit 1e0bb88b73
5 changed files with 9 additions and 5 deletions

View File

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