From a2ad821a8aeef982251c7e9876b21c9defa1118b Mon Sep 17 00:00:00 2001
From: Bastien Abadie <bastien@nextcairn.com>
Date: Wed, 9 Oct 2024 17:21:17 +0200
Subject: [PATCH] Version 1.6.4-rc1

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

diff --git a/VERSION b/VERSION
index 266146b87c..1dcd307382 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.6.3
+1.6.4-rc1
diff --git a/arkindex/system_workers.yml b/arkindex/system_workers.yml
index 2867a7a676..c6dd8ae5fe 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
+version: 1.6.4-rc1
 
 features:
     file_import:
-- 
GitLab