fixing version name

这个提交包含在:
HB9HIL 2023-12-22 16:46:18 +01:00
父节点 7be723108a
当前提交 cf8ecb1ed2

查看文件

@ -42,7 +42,7 @@
$current_version=$this->optionslib->get_option('version');
if ($data !== null && !empty($data)) {
foreach ($data as $singledata) {
if ($singledata['name']==$current_version) {
if ($singledata['tag_name']==$current_version) {
$firstRelease = $singledata;
continue;
}