release: v2.9.1

This commit is contained in:
Nuno Maduro
2023-07-20 07:39:17 -05:00
parent 8fdb0b3d32
commit 9100913184
4 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,10 @@
## Unreleased
## [v2.9.1 (2023-07-20)](https://github.com/pestphp/pest/compare/v2.9.0...v2.9.1)
TODO
## [v2.9.0 (2023-07-19)](https://github.com/pestphp/pest/compare/v2.8.1...v2.9.0)
TODO

View File

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

View File

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

View File

@ -1,3 +1,3 @@
Pest Testing Framework 2.9.0.
Pest Testing Framework 2.9.1.