diff --git a/git-glue.php b/git-glue.php index e005613..798fe5f 100644 --- a/git-glue.php +++ b/git-glue.php @@ -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