Release v1.11.0 (#2010)

This commit is contained in:
Fangjun Kuang
2025-03-16 15:27:36 +08:00
committed by GitHub
parent 71824992a7
commit f110c776ac
36 changed files with 114 additions and 80 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.10.44';
export const HAR_VERSION = '1.11.0';
export const BUILD_MODE_NAME = 'debug';
export const DEBUG = true;
export const TARGET_NAME = 'default';