From 0d68062428aefc856ce478e9a2856e13a60e5e48 Mon Sep 17 00:00:00 2001
From: Bastien Abadie <bastien@nextcairn.com>
Date: Fri, 8 Nov 2024 14:34:57 +0100
Subject: [PATCH] Version 1.6.6

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

diff --git a/VERSION b/VERSION
index 0febd07b2b..ec70f75560 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.6.6-rc2
+1.6.6
diff --git a/arkindex/system_workers.yml b/arkindex/system_workers.yml
index 4f21874696..3d146aa7f6 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.6-rc2
+version: 1.6.6
 
 features:
     file_import:
-- 
GitLab