统一为小写的版本注释文件

This commit is contained in:
2026-07-29 23:10:20 +08:00
parent 761047009e
commit ebb656f6da
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ const (
// ============================================================
func readVersion() (semver string, ltsDate string) {
data, err := os.ReadFile("./VERSION.ini")
data, err := os.ReadFile("./version.ini")
if err != nil {
return "0.0.0", ""
}