From 308614bd48e8170e4c2ee028799fee2b90b02974 Mon Sep 17 00:00:00 2001
From: Bastien Abadie <bastien@nextcairn.com>
Date: Wed, 19 Mar 2025 15:55:09 +0100
Subject: [PATCH] Version 1.8.0-rc1

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

diff --git a/VERSION b/VERSION
index 7b1cf1d8e3..5a77cc6287 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.8.0-beta1
+1.8.0-rc1
diff --git a/arkindex/system_workers.yml b/arkindex/system_workers.yml
index c5fa7f6461..650c3ce94b 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-beta1
+version: 1.8.0-rc1
 
 features:
     file_import:
-- 
GitLab