We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0930ea commit 574b7a2Copy full SHA for 574b7a2
bin/release.php
@@ -15,8 +15,6 @@
15
throw new \InvalidArgumentException('You must provide version.');
16
}
17
18
-$filesystem = new sfFilesystem();
19
-
20
$version = $argv[1];
21
22
echo sprintf("Releasing symfony version \"%s\".\n", $version);
0 commit comments