release: v1.5.0

This commit is contained in:
Nuno Maduro
2021-06-15 23:06:43 +01:00
parent 82768382da
commit 729638a3bb
2 changed files with 5 additions and 1 deletions

View File

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