Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Feb 23, 2015
1 parent 6a64559 commit 85d94b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pickle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ use Symfony\Component\Console\Application;
██║ ██║╚██████╗██║ ██╗███████╗███████╗
╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚══════╝╚══════╝ ';
}
$application = new Application($name, "0.3.0-dev");
$application = new Application($name, "0.4.0-dev");

$application->getHelperSet()->set(new \Pickle\Console\Helper\PackageHelper());

Expand Down

0 comments on commit 85d94b2

Please sign in to comment.