From 9f19124bd81a7ffc1cece4b53d07d7c68ea285b1 Mon Sep 17 00:00:00 2001 From: Martin Vychodil Date: Wed, 9 Jul 2025 22:09:01 +0200 Subject: [PATCH] change(version): Update version to 5.5.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 52a926a2f1..18f5d0cc77 100644 --- a/.gitlab/ci/common.yml +++ b/.gitlab/ci/common.yml @@ -40,7 +40,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: v5.5-beta1 + LATEST_GIT_TAG: v5.5-rc1 SUBMODULE_FETCH_TOOL: "tools/ci/ci_fetch_submodule.py" # by default we will fetch all submodules