From 0f681a7ab4d7ac8e77105e1ea7328107253fc7dc Mon Sep 17 00:00:00 2001 From: Wei Yuhan Date: Mon, 26 Jan 2026 16:17:21 +0800 Subject: [PATCH] change(version): Update version to 6.0.0 --- .gitlab/ci/common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/common.yml b/.gitlab/ci/common.yml index 451c82ccf6..474f2ce3bd 100644 --- a/.gitlab/ci/common.yml +++ b/.gitlab/ci/common.yml @@ -36,7 +36,7 @@ variables: GIT_FETCH_EXTRA_FLAGS: "--no-recurse-submodules --prune --prune-tags" # we're using .cache folder for caches GIT_CLEAN_FLAGS: -ffdx -e .cache/ - LATEST_GIT_TAG: v6.0-beta1 + LATEST_GIT_TAG: v6.0-beta2 SUBMODULE_FETCH_TOOL: "tools/ci/ci_fetch_submodule.py" # by default we will fetch all submodules