From 6c092f5ce904bb6744b0ba018af646071991247f Mon Sep 17 00:00:00 2001 From: rongwang Date: Wed, 7 Oct 2020 11:48:12 +0800 Subject: [PATCH] update core/build_id.mk. --- 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 575517986..12117e538 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-rc5 +export BUILD_ID=v1.0-rc6 -- Gitee