Skip to content

Commit

Permalink
Verify the application version
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Apr 17, 2024
1 parent 8a86d64 commit 709cc8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Commands/SelfUpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ public function handle(): int

$this->info('The application has been updated successfully.');

// Verify the application version
passthru('hyde --version');

return Command::SUCCESS;
} catch (Throwable $exception) {
$this->output->error('Something went wrong while updating the application!');
Expand Down

0 comments on commit 709cc8e

Please sign in to comment.