From 37d44340008fce9bc4f4dfc1807b39472aca73ca Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 20 Mar 2023 10:36:51 +0000 Subject: [PATCH] release: v2.0.0 --- src/Pest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pest.php b/src/Pest.php index b56ceb0b..df208d75 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,7 +6,7 @@ namespace Pest; function version(): string { - return '2.x-dev'; + return '2.0.0'; } function testDirectory(string $file = ''): string