Merge pull request #1147 from xinnan-tech/fix-web-doubaoasr

update:更新版本号
This commit is contained in:
hrz
2025-05-08 12:10:39 +08:00
committed by GitHub
parent 39803fb0df
commit af3d00662e
2 changed files with 2 additions and 2 deletions
@@ -177,5 +177,5 @@ public interface Constant {
/**
* 版本号
*/
public static final String VERSION = "0.4.1";
public static final String VERSION = "0.4.2";
}
+1 -1
View File
@@ -4,7 +4,7 @@ from loguru import logger
from config.config_loader import load_config
from config.settings import check_config_file
SERVER_VERSION = "0.4.1"
SERVER_VERSION = "0.4.2"
def get_module_abbreviation(module_name, module_dict):