Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit 1f0a823

Browse files
committed
Merge branch 'develop'
2 parents 51cdadb + 924865d commit 1f0a823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Controllers/Backend/DashboardController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function dashboard()
6666
return $version->getVersion();
6767
}, $package->getVersions());
6868

69-
$currentVersion = Shopper::version();
69+
$currentVersion = Version::normalize(Shopper::version());
7070
$latestVersion = Version::latest($versions);
7171
$updateAvailable = version_compare($currentVersion, $latestVersion, '<');
7272

0 commit comments

Comments
 (0)