Skip to content

Commit 42e1b9f

Browse files
committed
release: v3.8.0
1 parent 0171617 commit 42e1b9f

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

src/Console/Thanks.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,12 @@
2424
*/
2525
private const FUNDING_MESSAGES = [
2626
'Star' => 'https://github.com/pestphp/pest',
27-
'News' => 'https://x.com/enunomaduro',
28-
'Videos' => 'https://youtube.com/@nunomaduro',
27+
'YouTube' => 'https://youtube.com/@nunomaduro',
28+
'TikTok' => 'https://tiktok.com/@nunomaduro',
29+
'Twitch' => 'https://twitch.tv/enunomaduro',
30+
'LinkedIn' => 'https://linkedin.com/in/nunomaduro',
31+
'Instagram' => 'https://instagram.com/enunomaduro',
32+
'X' => 'https://x.com/enunomaduro',
2933
'Sponsor' => 'https://github.com/sponsors/nunomaduro',
3034
];
3135

src/Pest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Pest Testing Framework 3.7.5.
2+
Pest Testing Framework 3.8.0.
33

44
USAGE: pest <file> [options]
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
Pest Testing Framework 3.7.5.
2+
Pest Testing Framework 3.8.0.
33

0 commit comments

Comments
 (0)