From 5c56ad8772b89611c72a07e23f6e30aa29dc677a Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Wed, 12 Jul 2023 20:42:47 +0100 Subject: [PATCH] release: v1.23.1 --- src/Pest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pest.php b/src/Pest.php index 9f754769..81d2f01d 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,7 +6,7 @@ namespace Pest; function version(): string { - return '1.23.0'; + return '1.23.1'; } function testDirectory(string $file = ''): string