Update config.py
This commit is contained in:
@@ -25,8 +25,8 @@ config_config = LogConfig(
|
|||||||
logger = get_module_logger("config", config=config_config)
|
logger = get_module_logger("config", config=config_config)
|
||||||
|
|
||||||
#考虑到,实际上配置文件中的mai_version是不会自动更新的,所以采用硬编码
|
#考虑到,实际上配置文件中的mai_version是不会自动更新的,所以采用硬编码
|
||||||
mai_version_main = "0.6.0"
|
mai_version_main = "0.6.1"
|
||||||
mai_version_fix = ""
|
mai_version_fix = "snapshot-1"
|
||||||
if mai_version_fix:
|
if mai_version_fix:
|
||||||
mai_version = f"{mai_version_main}-{mai_version_fix}"
|
mai_version = f"{mai_version_main}-{mai_version_fix}"
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user