Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperg committed Sep 13, 2016
1 parent 18442b2 commit 1de4607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-glue.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// repositories into subdirectories within a target repository while preserving
// the git history of each source.

$app = new Silly\Application('git-glue', '0.2.1');
$app = new Silly\Application('git-glue', '0.3.0');

$app->command('glue', function(\Symfony\Component\Console\Output\OutputInterface $output) use ($app) {
// Load configuration
Expand Down

0 comments on commit 1de4607

Please sign in to comment.