diff --git a/src/Console/Command.php b/src/Console/Command.php index 44dbf0b..b728de7 100644 --- a/src/Console/Command.php +++ b/src/Console/Command.php @@ -100,7 +100,7 @@ protected function execute(InputInterface $input, OutputInterface $output) $this->disableUpgrade ?: (false === $input->getOption('upgrade')), $input->getOption('pre') )){ - $output->writeln('Update successful!'); + $output->writeln('Update successful to version ' . $this->getApplication()->getVersion() . '!'); } else { $output->writeln('Already up-to-date.'); }