release: v2.36.0

This commit is contained in:
Nuno Maduro
2024-10-15 15:31:46 +01:00
parent e8aaa586cb
commit 61b6b8c7d9
3 changed files with 7 additions and 3 deletions

View File

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