From 1de4607104fa24682e738cc2c5f9d8bb3b1f1c59 Mon Sep 17 00:00:00 2001 From: Kasper Garnaes Date: Tue, 13 Sep 2016 12:46:51 +0200 Subject: [PATCH] Bump version to 0.3.0 --- git-glue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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