release: v2.34.1

This commit is contained in:
Nuno Maduro
2024-02-28 15:15:55 +00:00
parent 602b696348
commit 78d9fd31d0
4 changed files with 7 additions and 6 deletions

View File

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