From 908240344ad6b91b15c38e6ba2d6503f2fc03d35 Mon Sep 17 00:00:00 2001 From: Alex Kolesnyk Date: Mon, 1 Jun 2020 17:12:28 -0500 Subject: [PATCH] Create MFTF Release Candidate 3 --- bin/mftf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mftf b/bin/mftf index 7a9ca1cf2..ddb237fb6 100755 --- a/bin/mftf +++ b/bin/mftf @@ -31,7 +31,7 @@ try { $version = $version['version']; $application = new Symfony\Component\Console\Application(); $application->setName('Magento Functional Testing Framework CLI'); - $application->setVersion($version); + $application->setVersion('3.0.0'); /** @var \Magento\FunctionalTestingFramework\Console\CommandListInterface $commandList */ $commandList = new \Magento\FunctionalTestingFramework\Console\CommandList; foreach ($commandList->getCommands() as $command) {