From 805b81edc05e6b5fafe84caee8350e81c9f54842 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Wed, 12 Jul 2023 21:26:47 +0100 Subject: [PATCH] release: v2.8.3 --- 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 d55d6b26..f3bba9cb 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,7 +6,7 @@ namespace Pest; function version(): string { - return '2.8.2'; + return '2.8.3'; } function testDirectory(string $file = ''): string diff --git a/tests/.snapshots/help-command.txt b/tests/.snapshots/help-command.txt index f32c248b..48b91214 100644 --- a/tests/.snapshots/help-command.txt +++ b/tests/.snapshots/help-command.txt @@ -1,5 +1,5 @@ - Pest Testing Framework 2.8.2. + Pest Testing Framework 2.8.3. USAGE: pest [options] diff --git a/tests/.snapshots/version-command.txt b/tests/.snapshots/version-command.txt index b2bf0529..c138530e 100644 --- a/tests/.snapshots/version-command.txt +++ b/tests/.snapshots/version-command.txt @@ -1,3 +1,3 @@ - Pest Testing Framework 2.8.2. + Pest Testing Framework 2.8.3.