Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Apr 16, 2024
1 parent fbdac67 commit 3268776
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Commands/SelfUpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public function handle(): void
$this->output->title('Checking for a new version...');

$currentVersion = $this->parseVersion(Application::APP_VERSION);

$latestVersion = $this->parseVersion($this->getLatestReleaseVersion());
}

Expand Down

0 comments on commit 3268776

Please sign in to comment.