release: v2.31.0

This commit is contained in:
Nuno Maduro
2024-01-11 15:33:20 +00:00
parent 5258e569c1
commit 3457841a9b
5 changed files with 11 additions and 5 deletions

View File

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