We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61cfa72 commit 2d4adcfCopy full SHA for 2d4adcf
bin/dcg
@@ -36,7 +36,7 @@ $commands[] = new Commands\Other\DrushCommand();
36
$commands[] = new Commands\Other\ApacheVirtualHost();
37
$commands[] = new Commands\Other\HtmlPage();
38
39
-$application = new Application('Drupal Code Generator', '1.0.3');
+$application = new Application('Drupal Code Generator', '1.1.0');
40
$application->addCommands($commands);
41
42
$application->run();
0 commit comments