diff --git a/src/Util/ReleaseNode.php b/src/Util/ReleaseNode.php index 0e4ae7fa..d653ddd6 100644 --- a/src/Util/ReleaseNode.php +++ b/src/Util/ReleaseNode.php @@ -146,7 +146,7 @@ protected function stable($title) protected function matchesVersion($title, $version) { - return empty($version) || (strstr($title, " $version ") !== false); + return empty($version) || (strstr($title, " $version") !== false); } protected function getProjectAttribute($config, $remote, $name)