From 9216825dfd0a0ad9ae5c42e93ac3403efa314bd5 Mon Sep 17 00:00:00 2001 From: Bastien Abadie <abadie@teklia.com> Date: Thu, 26 Sep 2024 10:21:01 +0200 Subject: [PATCH] Version 1.6.3-rc2 --- VERSION | 2 +- arkindex/system_workers.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index a4a179fe22..686a6b3e54 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.3-rc1 +1.6.3-rc2 diff --git a/arkindex/system_workers.yml b/arkindex/system_workers.yml index 89d9fd890b..da2ea44766 100644 --- a/arkindex/system_workers.yml +++ b/arkindex/system_workers.yml @@ -1,7 +1,7 @@ # When releasing Arkindex, check that the Docker images set here are up to date, # then update the `version` to the current Arkindex version as set in the `VERSION` file # to confirm that the images have been manually checked. -version: 1.6.3-rc1 +version: 1.6.3-rc2 features: init_elements: registry.gitlab.teklia.com/arkindex/workers/init-elements:0.1.0 -- GitLab