release: 2.35.0

This commit is contained in:
Nuno Maduro
2024-08-02 11:57:29 +01:00
parent 5e41e546a0
commit d0ff2c8ec2
4 changed files with 6 additions and 6 deletions

View File

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