release: v2.12.2

This commit is contained in:
Nuno Maduro
2023-08-07 10:29:25 +01:00
parent 331381eed5
commit e3a21384e6
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
## Unreleased ## Unreleased
## [v2.12.1 (2023-08-07)](https://github.com/pestphp/pest/compare/v2.12.0...v2.12.1) ## [v2.12.2 (2023-08-07)](https://github.com/pestphp/pest/compare/v2.12.0...v2.12.2)
### Fixed ### Fixed

View File

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

View File

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

View File

@ -1,3 +1,3 @@
Pest Testing Framework 2.12.1. Pest Testing Framework 2.12.2.