release: v2.13.0

This commit is contained in:
Nuno Maduro
2023-08-09 12:14:39 +01:00
parent 306b7eb2a6
commit 47f2ae32c1
4 changed files with 4 additions and 4 deletions

View File

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