release: v3.3.1

This commit is contained in:
Nuno Maduro
2024-10-11 09:31:24 +01:00
parent 97713c0832
commit 1e3156a5b6
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,5 +1,5 @@
Pest Testing Framework 3.3.0.
Pest Testing Framework 3.3.1.
USAGE: pest <file> [options]

View File

@ -1,3 +1,3 @@
Pest Testing Framework 3.3.0.
Pest Testing Framework 3.3.1.