update:修复websocket接口被浏览器访问出错的bug (#1034)

* update:修复websocket接口被浏览器访问出错的bug

* update:修改版本号
This commit is contained in:
hrz
2025-04-28 12:01:50 +08:00
committed by GitHub
parent f9f6a69c89
commit f490c15282
3 changed files with 15 additions and 4 deletions
@@ -177,5 +177,5 @@ public interface Constant {
/**
* 版本号
*/
public static final String VERSION = "0.3.12";
public static final String VERSION = "0.3.13";
}