release: v2.4.0

This commit is contained in:
Nuno Maduro
2023-04-02 21:12:24 +01:00
parent 6edbd69dc4
commit 12c75524a2
4 changed files with 5 additions and 3 deletions

View File

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