release: v1.21.1

This commit is contained in:
Luke Downing
2021-11-25 16:44:17 +00:00
parent 2969c7a5e3
commit 92b8d32ef7
2 changed files with 5 additions and 1 deletions

View File

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