release: v2.34.0

This commit is contained in:
Nuno Maduro
2024-02-17 10:06:53 +00:00
parent 5b0f88c227
commit 602b696348
3 changed files with 3 additions and 3 deletions

View File

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