We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18442b2 commit 1de4607Copy full SHA for 1de4607
1 file changed
git-glue.php
@@ -6,7 +6,7 @@
6
// repositories into subdirectories within a target repository while preserving
7
// the git history of each source.
8
9
-$app = new Silly\Application('git-glue', '0.2.1');
+$app = new Silly\Application('git-glue', '0.3.0');
10
11
$app->command('glue', function(\Symfony\Component\Console\Output\OutputInterface $output) use ($app) {
12
// Load configuration
0 commit comments