release: v2.34.6

This commit is contained in:
Nuno Maduro
2024-03-28 11:36:46 +00:00
parent aa6ff95ea4
commit 680111fb1e
3 changed files with 3 additions and 3 deletions

View File

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