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

Commit 1ee8386

Browse files
committed
Add version in success message
1 parent bf380e1 commit 1ee8386

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Console/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
100100
$this->disableUpgrade ?: (false === $input->getOption('upgrade')),
101101
$input->getOption('pre')
102102
)){
103-
$output->writeln('<info>Update successful!</info>');
103+
$output->writeln('<info>Update successful to version ' . $this->getApplication()->getVersion() . '!</info>');
104104
} else {
105105
$output->writeln('<comment>Already up-to-date.</comment>');
106106
}

0 commit comments

Comments
 (0)