When reporting dev versions, use -dev-
This commit is contained in:
parent
2abe73a576
commit
342f2c1362
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user