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

Commit

Permalink
Bump version number to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
punkstar committed Sep 22, 2015
1 parent d641726 commit 0295add
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.3.1");
parent::__construct("mageconfigsync", "0.4.0");

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

0 comments on commit 0295add

Please sign in to comment.