release: 1.21.3

This commit is contained in:
Nuno Maduro
2022-05-12 20:10:09 +01:00
parent 5721e8c29a
commit 66f69617f1
2 changed files with 5 additions and 1 deletions

View File

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