Skip to content

Commit 34c2a21

Browse files
committed
MQE-1541: Add option to generate:tests for XSD validation on 'merged files'
updated version number
1 parent 85af49e commit 34c2a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/mftf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ try {
2929
try {
3030
$application = new Symfony\Component\Console\Application();
3131
$application->setName('Magento Functional Testing Framework CLI');
32-
$application->setVersion('2.4.0');
32+
$application->setVersion('2.4.1');
3333
/** @var \Magento\FunctionalTestingFramework\Console\CommandListInterface $commandList */
3434
$commandList = new \Magento\FunctionalTestingFramework\Console\CommandList;
3535
foreach ($commandList->getCommands() as $command) {

0 commit comments

Comments
 (0)