release: 1.2.0

This commit is contained in:
Nuno Maduro
2021-05-13 00:37:55 +01:00
parent 819da37b89
commit fb0eef4200
2 changed files with 6 additions and 1 deletions

View File

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