diff --git a/app/Http/Controllers/VersionController.php b/app/Http/Controllers/VersionController.php index cb00494..de8c276 100644 --- a/app/Http/Controllers/VersionController.php +++ b/app/Http/Controllers/VersionController.php @@ -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)