Skip to content

Commit 8c3a8da

Browse files
committed
Incrementing version number
1 parent 7ff7b3d commit 8c3a8da

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
@@ -17,7 +17,7 @@
1717
use MageDownload\Command\Setup;
1818
use Symfony\Component\Console\Application;
1919

20-
$app = new Application('MageDownload CLI', '2.0.0');
20+
$app = new Application('MageDownload CLI', '2.1.0');
2121

2222
foreach (Setup::getCommandClasses() as $class) {
2323
$app->add(new $class);

0 commit comments

Comments
 (0)