release: v2.15.0

This commit is contained in:
Nuno Maduro
2023-08-17 11:28:55 +01:00
parent 492f797dd5
commit c2985ffb31
4 changed files with 9 additions and 3 deletions

View File

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