修改版本号

This commit is contained in:
dgflash
2025-03-25 23:42:07 +08:00
parent 8e530041e2
commit 98c96fcdda

View File

@@ -24,7 +24,7 @@ import { GameManager } from "./game/GameManager";
import { LayerManager } from "./gui/layer/LayerManager";
/** 框架版本号 */
export var version: string = "2.0.0.20250127";
export var version: string = "2.0.0.20250325";
/** 框架核心模块访问入口 */
export class oops {