Skip to content

Commit

Permalink
Use pretty version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-teck committed Dec 12, 2023
1 parent 56da920 commit 089d2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ final class Application extends BaseApplication implements ContainerAwareInterfa
public static function create(ContainerInterface $container): self {
$application = new self(
'Drupal Code Generator',
InstalledVersions::getVersion('chi-teck/drupal-code-generator'),
InstalledVersions::getPrettyVersion('chi-teck/drupal-code-generator'),
);
$application->setContainer($container);

Expand Down

0 comments on commit 089d2e9

Please sign in to comment.