release: v2.18.0

This commit is contained in:
Nuno Maduro
2023-09-07 19:00:46 +01:00
parent 040eb8142d
commit 2b0aa4b9c9
3 changed files with 3 additions and 3 deletions

View File

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