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

Commit

Permalink
Bump the beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
punkstar committed Sep 15, 2016
1 parent ccee0c9 commit 97ce787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MageConfigSync/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Application extends \Symfony\Component\Console\Application
{
public function __construct()
{
parent::__construct("mageconfigsync", "0.4.0");
parent::__construct("mageconfigsync", "0.5.0-beta");

$this->add(new DumpCommand());
$this->add(new DiffCommand());
Expand Down

0 comments on commit 97ce787

Please sign in to comment.