From a249d2be4108881354ada5e2009b496505bb9c97 Mon Sep 17 00:00:00 2001 From: tsm <2418639820@qq.com> Date: Wed, 22 May 2024 15:47:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=8D=E9=87=87=E6=A0=B7=E9=80=82=E9=85=8D3.?= =?UTF-8?q?x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tsm <2418639820@qq.com> --- library/BuildProfile.ets | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/BuildProfile.ets b/library/BuildProfile.ets index f787c60..56a40f4 100644 --- a/library/BuildProfile.ets +++ b/library/BuildProfile.ets @@ -1,6 +1,5 @@ export default class BuildProfile { - static readonly HAR_VERSION = '3.0.0-rc.4'; + static readonly HAR_VERSION = '3.0.0-rc.0'; static readonly BUILD_MODE_NAME = 'debug'; static readonly DEBUG = true; - static readonly TARGET_NAME = 'default'; } \ No newline at end of file