修复潜在的无法版本更新问题

This commit is contained in:
zhangyuheng 2024-04-07 15:24:04 +08:00
parent e810c873dd
commit 73421e89d6
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public class GiteaReleaseCheck {
XLogger.info("更新内容:" + latest_release.message);
XLogger.info("下载页面:" + latest_release.html_url);
} else {
XLogger.info("当前已是最新版本");
XLogger.info("当前已是最新版本" + current_version);
}
XLogger.info("================================");
} catch (Exception e) {