Merge pull request #1076 from pestphp/fixing-version

[2.x] Fixing Version `2.33` for New Release
This commit is contained in:
Nuno Maduro
2024-01-27 13:01:06 +00:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -1,3 +1,3 @@
Pest Testing Framework 2.32.2. Pest Testing Framework 2.33.1.