release: v2.24.1

This commit is contained in:
Nuno Maduro
2023-10-26 11:02:35 -04:00
parent e0939e3e99
commit fd4f161edd
8 changed files with 7 additions and 115 deletions

View File

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