Skip to content

Commit 9082403

Browse files
committed
Create MFTF Release Candidate 3
1 parent 05d6e07 commit 9082403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/mftf

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ try {
3131
$version = $version['version'];
3232
$application = new Symfony\Component\Console\Application();
3333
$application->setName('Magento Functional Testing Framework CLI');
34-
$application->setVersion($version);
34+
$application->setVersion('3.0.0');
3535
/** @var \Magento\FunctionalTestingFramework\Console\CommandListInterface $commandList */
3636
$commandList = new \Magento\FunctionalTestingFramework\Console\CommandList;
3737
foreach ($commandList->getCommands() as $command) {

0 commit comments

Comments
 (0)