Skip to content

Commit ce84fff

Browse files
committed
Incrementing version number
1 parent f61edbc commit ce84fff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
use MageDownload\Command\InfoCommand;
2020
use Symfony\Component\Console\Application;
2121

22-
$app = new Application('Magedownload CLI', '1.2.0');
22+
$app = new Application('Magedownload CLI', '1.2.1');
2323

2424
$app->add(new ConfigureCommand);
2525
$app->add(new FileCommand);

0 commit comments

Comments
 (0)