diff --git a/src/Pest.php b/src/Pest.php index 0533aa6d..52a0e5c1 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,7 +6,7 @@ namespace Pest; function version(): string { - return '3.0.0-rc.2'; + return '3.0.0'; } function testDirectory(string $file = ''): string diff --git a/tests/.pest/snapshots/Visual/Help/visual_snapshot_of_help_command_output.snap b/tests/.pest/snapshots/Visual/Help/visual_snapshot_of_help_command_output.snap index 7539a107..18dd7e7a 100644 --- a/tests/.pest/snapshots/Visual/Help/visual_snapshot_of_help_command_output.snap +++ b/tests/.pest/snapshots/Visual/Help/visual_snapshot_of_help_command_output.snap @@ -1,5 +1,5 @@ - Pest Testing Framework 3.0.0-rc.2. + Pest Testing Framework 3.0.0. USAGE: pest [options] @@ -136,7 +136,6 @@ --mutate --clear-cache ............................ Clear the mutation cache --mutate --no-cache ............................... Clear the mutation cache --mutate --ignore-min-score-on-zero-mutations Ignore the minimum score requirement when there are no mutations - --mutate --ignore-min-score-on-zero-mutations Ignore the minimum score requirement when there are no mutations --mutate --covered-only Only generate mutations for classes that are covered by tests --mutate --everything Generate mutations for all classes, even if they are not covered by tests --mutate --profile . Output to standard output the top ten slowest mutations diff --git a/tests/.pest/snapshots/Visual/Version/visual_snapshot_of_help_command_output.snap b/tests/.pest/snapshots/Visual/Version/visual_snapshot_of_help_command_output.snap index f18e49a0..b60819d8 100644 --- a/tests/.pest/snapshots/Visual/Version/visual_snapshot_of_help_command_output.snap +++ b/tests/.pest/snapshots/Visual/Version/visual_snapshot_of_help_command_output.snap @@ -1,3 +1,3 @@ - Pest Testing Framework 3.0.0-rc.2. + Pest Testing Framework 3.0.0.