Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
Add version in success message
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Jun 23, 2017
1 parent bf380e1 commit 1ee8386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$this->disableUpgrade ?: (false === $input->getOption('upgrade')),
$input->getOption('pre')
)){
$output->writeln('<info>Update successful!</info>');
$output->writeln('<info>Update successful to version ' . $this->getApplication()->getVersion() . '!</info>');
} else {
$output->writeln('<comment>Already up-to-date.</comment>');
}
Expand Down

0 comments on commit 1ee8386

Please sign in to comment.