From c2adc31a8eb27f435fd4119c61091c0cd4c3cd58 Mon Sep 17 00:00:00 2001
From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
Date: Tue, 23 Apr 2024 15:32:21 +0000
Subject: [PATCH] Copied v2.9.0 to latestR2, latest in public with mike 2.0.0

---
 public/latest        |  2 +-
 public/latestR2      |  2 +-
 public/versions.json | 10 +++++-----
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/public/latest b/public/latest
index 899ab6bc..ed51b084 120000
--- a/public/latest
+++ b/public/latest
@@ -1 +1 @@
-v2.9.1
\ No newline at end of file
+v2.9.0
\ No newline at end of file
diff --git a/public/latestR2 b/public/latestR2
index 899ab6bc..ed51b084 120000
--- a/public/latestR2
+++ b/public/latestR2
@@ -1 +1 @@
-v2.9.1
\ No newline at end of file
+v2.9.0
\ No newline at end of file
diff --git a/public/versions.json b/public/versions.json
index 68a0ed44..63ad2071 100644
--- a/public/versions.json
+++ b/public/versions.json
@@ -29,15 +29,15 @@
   {
     "version": "v2.9.1",
     "title": "v2.9.1",
-    "aliases": [
-      "latest",
-      "latestR2"
-    ]
+    "aliases": []
   },
   {
     "version": "v2.9.0",
     "title": "v2.9.0",
-    "aliases": [],
+    "aliases": [
+      "latest",
+      "latestR2"
+    ],
     "properties": {
       "hidden": true
     }
-- 
GitLab