修改获取版本

pull/236/head
v-me-50 2025-06-18 18:14:00 +08:00
parent f817d7a4a4
commit b10013892c
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ func GetVersion() (map[string]string, error) {
"update": update, "update": update,
"log": "", "log": "",
"date": "", "date": "",
}, err }, nil
} }
defer newVersionObj.Body.Close() defer newVersionObj.Body.Close()