后端版本v1.0.5

This commit is contained in:
hahwu 2026-04-28 10:40:33 +08:00
parent 85798f9032
commit dc5e730ffa

View File

@ -3,6 +3,6 @@ package MergeConst
const (
Go_gc_percent = 200
Go_gc_memory_limit = 1024 << 20
Go_game_version = "1.0.4" // 游戏版本号,格式为 "主版本号.次版本号.修订号",每次发布新版本时需要更新
Go_game_version = "1.0.5" // 游戏版本号,格式为 "主版本号.次版本号.修订号",每次发布新版本时需要更新
Go_log_delete_days = 3 // 日志删除天数,超过这个天数的日志文件将被删除
)