This commit is contained in:
Nuno Maduro
2024-08-10 11:49:40 +01:00
parent 7e4c51e13d
commit e4d2dac354
3 changed files with 2 additions and 5 deletions

View File

@ -6,7 +6,7 @@ namespace Pest;
function version(): string function version(): string
{ {
return '3.0.0-beta-1'; return '3.0.0-beta-2';
} }
function testDirectory(string $file = ''): string function testDirectory(string $file = ''): string

View File

@ -1,5 +1,5 @@
Pest Testing Framework 3.0.0-beta-1. Pest Testing Framework 3.0.0-beta-2.
USAGE: pest <file> [options] USAGE: pest <file> [options]

View File

@ -1,3 +0,0 @@
Pest Testing Framework 3.0.0-beta-1.