Skip to content

Commit e2646b1

Browse files
authored
Merge branch refs/heads/2.1.x into 2.2.x
2 parents 554459b + 9d13fc7 commit e2646b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/FixerApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ private function downloadPhar(
302302
): void
303303
{
304304
$currentVersion = null;
305-
$branch = '2.0.x';
305+
$branch = '2.1.x';
306306
if (is_file($pharPath) && is_file($infoPath)) {
307307
/** @var array{version: string, date: string, branch?: string} $currentInfo */
308308
$currentInfo = Json::decode(FileReader::read($infoPath), Json::FORCE_ARRAY);

0 commit comments

Comments
 (0)