Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
salahhusa9 committed Feb 10, 2024
1 parent e164c28 commit 0907f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/UpdaterCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function handle(): int
$this->components->task($message);
});

$this->components->twoColumnDetail('Application updated', 'You are now on version '.Updater::getCurrentVersion());
$this->components->twoColumnDetail('Application updated', Updater::getCurrentVersion());

return self::SUCCESS;
}
Expand Down

0 comments on commit 0907f95

Please sign in to comment.