We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4468f6a commit 599004bCopy full SHA for 599004b
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.3.11');
+ $application->setVersion('2.3.12');
33
/** @var \Magento\FunctionalTestingFramework\Console\CommandListInterface $commandList */
34
$commandList = new \Magento\FunctionalTestingFramework\Console\CommandList;
35
foreach ($commandList->getCommands() as $command) {
0 commit comments