Skip to content

Commit 2c0968a

Browse files
committed
Incrementing version number
1 parent a2468c5 commit 2c0968a

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.2');
22+
$app = new Application('Magedownload CLI', '1.2.3');
2323

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

0 commit comments

Comments
 (0)