Skip to content

Commit 836e194

Browse files
committed
bump version
1 parent da1c8e1 commit 836e194

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

releases/magedev-1.5.2.phar

11.5 MB
Binary file not shown.

releases/magedev-latest.phar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
magedev-1.5.1.phar
1+
magedev-1.5.2.phar

src/Runtime/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Application extends \Symfony\Component\Console\Application
4242
*/
4343
public function __construct(PluginManager $pluginManager)
4444
{
45-
parent::__construct('magedev', '1.5.1');
45+
parent::__construct('magedev', '1.5.2');
4646
$this->pluginManager = $pluginManager;
4747
}
4848

0 commit comments

Comments
 (0)