From 44f0c59f7c81a72a5868a52d5f6dfbbf88829704 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Fri, 14 Aug 2026 13:26:52 +0200 Subject: [PATCH] change(version): Update version to 6.1.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 b6f6673ab7e..c7473c017f2 100644 --- a/.gitlab/ci/common.yml +++ b/.gitlab/ci/common.yml @@ -41,7 +41,7 @@ variables: # --prune --prune-tags: in case remote branch or tag is force pushed GIT_FETCH_EXTRA_FLAGS: "--no-recurse-submodules --prune --prune-tags" - LATEST_GIT_TAG: v6.1-beta1 + LATEST_GIT_TAG: v6.1-rc1 SUBMODULE_FETCH_TOOL: "tools/ci/ci_fetch_submodule.py" # by default we will fetch all submodules