release: v2.5.1

This commit is contained in:
Nuno Maduro
2023-04-18 00:47:56 +01:00
parent ec6a81735a
commit 5c0df87f52
4 changed files with 8 additions and 3 deletions

View File

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