Skip to content

Commit

Permalink
release: v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Jul 19, 2023
1 parent c828756 commit 8322ff0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## [v2.9.0 (2023-07-19)](https://github.com/pestphp/pest/compare/v2.8.1...v2.9.0)

TODO

## [v2.8.1 (2023-06-20)](https://github.com/pestphp/pest/compare/v2.8.0...v2.8.1)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/Pest.php
Expand Up @@ -6,7 +6,7 @@

function version(): string
{
return '2.8.3';
return '2.9.0';
}

function testDirectory(string $file = ''): string
Expand Down
@@ -1,5 +1,5 @@

Pest Testing Framework 2.8.3.
Pest Testing Framework 2.9.0.

USAGE: pest <file> [options]

Expand Down
@@ -1,3 +1,3 @@

Pest Testing Framework 2.8.3.
Pest Testing Framework 2.9.0.

0 comments on commit 8322ff0

Please sign in to comment.