Skip to content

Commit 9688b83

Browse files
committed
release: 3.7.0
1 parent 675372c commit 9688b83

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Pest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
function version(): string
88
{
9-
return '3.6.0';
9+
return '3.7.0';
1010
}
1111

1212
function testDirectory(string $file = ''): string

tests/.pest/snapshots/Visual/Help/visual_snapshot_of_help_command_output.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Pest Testing Framework 3.6.0.
2+
Pest Testing Framework 3.7.0.
33

44
USAGE: pest <file> [options]
55

Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
Pest Testing Framework 3.6.0.
2+
Pest Testing Framework 3.7.0.
33

0 commit comments

Comments
 (0)