Skip to content

Commit

Permalink
Make sure to get most up to date version
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Friedman <[email protected]>
  • Loading branch information
iMattPro committed Nov 25, 2024
1 parent 7aaf4f9 commit 2c56f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/qi_version_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function get_update()
try
{
$updates = $this->get_suggested_updates();
return array_shift($updates);
return array_pop($updates);
}
catch (RuntimeException $e)
{
Expand Down

0 comments on commit 2c56f6f

Please sign in to comment.