From 25729f62621419d4bd7445833c43f6e914453694 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 19 Jun 2023 09:43:57 +0100 Subject: [PATCH] release: v2.8.0 --- 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 d29d648d..0bbcba85 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,7 +6,7 @@ namespace Pest; function version(): string { - return '2.7.0'; + return '2.8.0'; } function testDirectory(string $file = ''): string diff --git a/tests/.snapshots/help-command.txt b/tests/.snapshots/help-command.txt index 653bcdb3..8b529df8 100644 --- a/tests/.snapshots/help-command.txt +++ b/tests/.snapshots/help-command.txt @@ -1,5 +1,5 @@ - Pest Testing Framework 2.7.0. + Pest Testing Framework 2.8.0. USAGE: pest [options] diff --git a/tests/.snapshots/version-command.txt b/tests/.snapshots/version-command.txt index 3fb5c817..a9e0ffab 100644 --- a/tests/.snapshots/version-command.txt +++ b/tests/.snapshots/version-command.txt @@ -1,3 +1,3 @@ - Pest Testing Framework 2.7.0. + Pest Testing Framework 2.8.0.