update:更新版本号 (#874)

This commit is contained in:
hrz
2025-04-18 00:51:09 +08:00
committed by GitHub
parent 6282ef14e8
commit bd2e2e77d5
3 changed files with 4 additions and 4 deletions
@@ -121,7 +121,7 @@ public class LoginController {
@Operation(summary = "公共配置")
public Result<Map<String, Object>> pubConfig() {
Map<String, Object> config = new HashMap<>();
config.put("version", "0.3.5");
config.put("version", "0.3.6");
config.put("allowUserRegister", sysUserService.getAllowUserRegister());
return new Result<Map<String, Object>>().ok(config);
}