From a1208b5876525d309ee8d39c83870fca60d1a0ac Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sat, 1 Jul 2023 10:31:00 +0100 Subject: [PATCH] release: v2.8.2 --- src/Pest.php | 2 +- tests/.snapshots/help-command.txt | 2 +- tests/.snapshots/version-command.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Pest.php b/src/Pest.php index 8a229e91..d55d6b26 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,7 +6,7 @@ namespace Pest; function version(): string { - return '2.8.1'; + return '2.8.2'; } function testDirectory(string $file = ''): string diff --git a/tests/.snapshots/help-command.txt b/tests/.snapshots/help-command.txt index 655ec855..f32c248b 100644 --- a/tests/.snapshots/help-command.txt +++ b/tests/.snapshots/help-command.txt @@ -1,5 +1,5 @@ - Pest Testing Framework 2.8.1. + Pest Testing Framework 2.8.2. USAGE: pest [options] diff --git a/tests/.snapshots/version-command.txt b/tests/.snapshots/version-command.txt index 9ae53e4e..b2bf0529 100644 --- a/tests/.snapshots/version-command.txt +++ b/tests/.snapshots/version-command.txt @@ -1,3 +1,3 @@ - Pest Testing Framework 2.8.1. + Pest Testing Framework 2.8.2.