release: v2.34.4

This commit is contained in:
Nuno Maduro
2024-03-14 19:44:18 +00:00
parent a1b3547dd6
commit 6a1161ead8
3 changed files with 3 additions and 3 deletions

View File

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