Skip to content

Commit

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

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

Expand Down

0 comments on commit 6b58a19

Please sign in to comment.