release: v1.18.0

This commit is contained in:
Nuno Maduro
2021-08-30 00:05:26 +01:00
parent 16b6f96b47
commit 60c0636523
2 changed files with 6 additions and 1 deletions

View File

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