File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
manager-api/src/main/java/xiaozhi/modules/security/controller Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ public Result<?> changePassword(@RequestBody PasswordDTO passwordDTO) {
121121 @ Operation (summary = "公共配置" )
122122 public Result <Map <String , Object >> pubConfig () {
123123 Map <String , Object > config = new HashMap <>();
124- config .put ("version" , "0.3.4 " );
124+ config .put ("version" , "0.3.5 " );
125125 config .put ("allowUserRegister" , sysUserService .getAllowUserRegister ());
126126 return new Result <Map <String , Object >>().ok (config );
127127 }
Original file line number Diff line number Diff line change 33from loguru import logger
44from config .config_loader import load_config
55
6- SERVER_VERSION = "0.3.4 "
6+ SERVER_VERSION = "0.3.5 "
77
88
99def get_module_abbreviation (module_name , module_dict ):
You can’t perform that action at this time.
0 commit comments