release: v2.5.3

This commit is contained in:
Nuno Maduro
2023-04-22 23:14:57 +01:00
parent d39e4f15fe
commit 9842e1051d
6 changed files with 24 additions and 31 deletions

View File

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