From efb49cb59ab08b1d5075cd847653ce8471338e20 Mon Sep 17 00:00:00 2001 From: rongwang Date: Mon, 9 Nov 2020 22:43:05 +0800 Subject: [PATCH] update core/build_id.mk for v1.0-rc11.1 --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 242ca8d72..352244873 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -18,4 +18,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=v1.0-rc11 +export BUILD_ID=v1.0-rc11.1 -- Gitee