From e808ea65e03183ba873f20202934a8a269306c0d Mon Sep 17 00:00:00 2001 From: Kasper Garnaes Date: Fri, 9 Sep 2016 15:45:07 +0200 Subject: [PATCH] Release new version: 0.2.1. --- git-glue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-glue.php b/git-glue.php index 6cef79d..c59a069 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'); +$app = new Silly\Application('git-glue', '0.2.1'); $app->command('glue', function(\Symfony\Component\Console\Output\OutputInterface $output) use ($app) { // Load configuration