release: 1.2.1

This commit is contained in:
Nuno Maduro
2021-05-14 10:51:50 +01:00
parent fb0eef4200
commit 2c4aef5272
2 changed files with 5 additions and 1 deletions

View File

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