Skip to content

Commit 982353f

Browse files
committed
release: 3.5.2
1 parent 2eefa8b commit 982353f

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.5.1';
9+
return '3.5.2';
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.5.1.
2+
Pest Testing Framework 3.5.2.
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.5.1.
2+
Pest Testing Framework 3.5.2.
33

0 commit comments

Comments
 (0)