Skip to content

Commit

Permalink
fix get version error (#16)
Browse files Browse the repository at this point in the history
fix get version error
  • Loading branch information
inhere authored Nov 9, 2019
2 parents 2ad31f1 + dace994 commit 5ed367d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/ApplicationHelpTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function showVersionInfo(): void
"$logo\n <info>{$name}</info>, Version <comment>$version</comment>\n",
'System Info' => "PHP version <info>$phpVersion</info>, on <info>$os</info> system",
'Application Info' => "Update at <info>$updateAt</info>, publish at <info>$publishAt</info>(current $date)",
], null, [
], '', [
'leftChar' => '',
'sepChar' => ' : '
]);
Expand Down

0 comments on commit 5ed367d

Please sign in to comment.