Skip to content

Commit dee2ffb

Browse files
committed
chore: bump default version from v2 to v3
1 parent c8d8911 commit dee2ffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scraper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
use BVP\Scraper\Scraper;
1111
use Carbon\CarbonImmutable as Carbon;
1212

13-
// コマンドライン引数からバージョンを取得(デフォルトは v2
14-
$version = $argv[1] ?? 'v2';
13+
// コマンドライン引数からバージョンを取得(デフォルトは v3
14+
$version = $argv[1] ?? 'v3';
1515

1616
// 本日の日付を東京時間で取得
1717
$date = Carbon::today('Asia/Tokyo');

0 commit comments

Comments
 (0)