Skip to content

Commit

Permalink
Version never up to date (#35)
Browse files Browse the repository at this point in the history
* Version never up to date

* normalize version
  • Loading branch information
danepowell authored Sep 9, 2024
1 parent 3476c5e commit 3d7304a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SelfUpdateManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class SelfUpdateManager
* which isn't available at this point in the Symfony bootstrap.
*/
public function __construct(public string $applicationName, public string $currentVersion, public string $gitHubRepository){
$this->currentVersion = (new VersionParser())->normalize($this->currentVersion);
}

/**
Expand Down

0 comments on commit 3d7304a

Please sign in to comment.