Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,5 @@ public String getValue() {
/**
* 版本号
*/
public static final String VERSION = "0.3.6";
public static final String VERSION = "0.3.7";
}
2 changes: 1 addition & 1 deletion main/xiaozhi-server/config/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from loguru import logger
from config.config_loader import load_config

SERVER_VERSION = "0.3.6"
SERVER_VERSION = "0.3.7"


def get_module_abbreviation(module_name, module_dict):
Expand Down