release: v1.17.0

This commit is contained in:
Nuno Maduro
2021-08-26 21:17:03 +01:00
parent 2125bf9668
commit 075c31bc78
2 changed files with 5 additions and 1 deletions

View File

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