Skip to content

Commit 2d4adcf

Browse files
committed
Set 1.1.0 version.
1 parent 61cfa72 commit 2d4adcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/dcg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $commands[] = new Commands\Other\DrushCommand();
3636
$commands[] = new Commands\Other\ApacheVirtualHost();
3737
$commands[] = new Commands\Other\HtmlPage();
3838

39-
$application = new Application('Drupal Code Generator', '1.0.3');
39+
$application = new Application('Drupal Code Generator', '1.1.0');
4040
$application->addCommands($commands);
4141

4242
$application->run();

0 commit comments

Comments
 (0)