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