Release v1.12.3 (#2322)

This commit is contained in:
Fangjun Kuang
2025-06-27 10:55:46 +08:00
committed by GitHub
parent f835642b1c
commit e25634ac39
37 changed files with 72 additions and 65 deletions

View File

@@ -1,7 +1,7 @@
/**
* Use these variables when you tailor your ArkTS code. They must be of the const type.
*/
export const HAR_VERSION = '1.12.2';
export const HAR_VERSION = '1.12.3';
export const BUILD_MODE_NAME = 'debug';
export const DEBUG = true;
export const TARGET_NAME = 'default';