When reporting dev versions, use -dev-

This commit is contained in:
Deon George 2025-02-16 23:38:14 +11:00
parent 2abe73a576
commit 342f2c1362

View File

@ -54,7 +54,7 @@ class VersionController extends Controller
});
if ($current) {
$repository = sprintf('v%s-rel-%s',$matches[1],$current);
$repository = sprintf('v%s-dev-%s',$matches[1],$current);
// Find the tag associated with version $matches[1] and see if it is more recent than $matches[4]
$response = ($matches[4] === $current)