When reporting dev versions, use -dev-
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user