release: 1.3.0

This commit is contained in:
Nuno Maduro
2021-05-23 22:06:11 +01:00
parent 93b9afbd27
commit 9133b88d65

View File

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