release: v1.13.0

This commit is contained in:
Nuno Maduro
2021-07-28 02:03:24 +01:00
parent 2b5355419a
commit cd9d4acbc2
2 changed files with 8 additions and 1 deletions

View File

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