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

Commit 9533a31

Browse files
authored
Fix bug with wrong version
1 parent 1ee8386 commit 9533a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 to version ' . $this->getApplication()->getVersion() . '!</info>');
103+
$output->writeln('<info>Update successful!</info>');
104104
} else {
105105
$output->writeln('<comment>Already up-to-date.</comment>');
106106
}

0 commit comments

Comments
 (0)