diff --git a/src/SelfUpdateManager.php b/src/SelfUpdateManager.php index 5bc5e73..ec4abe4 100644 --- a/src/SelfUpdateManager.php +++ b/src/SelfUpdateManager.php @@ -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); } /**