Skip to content
This repository was archived by the owner on Jun 6, 2022. It is now read-only.

Commit 75d1686

Browse files
Set tag for release
1 parent 6e0034a commit 75d1686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/mage2me.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use App\DownloadCommand;
66
use Symfony\Component\Console\Application;
77

8-
$application = new Application('mage2me', 'v1.0.0');
8+
$application = new Application('mage2me', 'v1.1.0');
99
$application->add(new DownloadCommand());
1010
$application->setDefaultCommand('download');
1111
$application->run();

0 commit comments

Comments
 (0)