From b64638f058521185b228627d2a8f35d381e01632 Mon Sep 17 00:00:00 2001
From: Bastien Abadie <bastien@nextcairn.com>
Date: Fri, 28 Mar 2025 11:08:14 +0100
Subject: [PATCH] Version 1.8.0-rc2

---
 VERSION                     | 2 +-
 arkindex/system_workers.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/VERSION b/VERSION
index 5a77cc6287..e0645eb76f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.8.0-rc1
+1.8.0-rc2
diff --git a/arkindex/system_workers.yml b/arkindex/system_workers.yml
index 867a9c3646..2d20531c41 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.8.0-rc1
+version: 1.8.0-rc2
 
 features:
     file_import:
-- 
GitLab