Skip to content

Commit

Permalink
release: v2.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Aug 7, 2023
1 parent 331381e commit e3a2138
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 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

Expand Down
2 changes: 1 addition & 1 deletion src/Pest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

function version(): string
{
return '2.12.1';
return '2.12.2';
}

function testDirectory(string $file = ''): string
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Pest Testing Framework 2.12.1.
Pest Testing Framework 2.12.2.

USAGE: pest <file> [options]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

Pest Testing Framework 2.12.1.
Pest Testing Framework 2.12.2.

0 comments on commit e3a2138

Please sign in to comment.