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 85af49e commit 34c2a21Copy full SHA for 34c2a21
bin/mftf
@@ -29,7 +29,7 @@ try {
29
try {
30
$application = new Symfony\Component\Console\Application();
31
$application->setName('Magento Functional Testing Framework CLI');
32
- $application->setVersion('2.4.0');
+ $application->setVersion('2.4.1');
33
/** @var \Magento\FunctionalTestingFramework\Console\CommandListInterface $commandList */
34
$commandList = new \Magento\FunctionalTestingFramework\Console\CommandList;
35
foreach ($commandList->getCommands() as $command) {
0 commit comments