From 3d35af910ad57e8c425645b016c89837fc351b3f Mon Sep 17 00:00:00 2001 From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org> Date: Tue, 16 Apr 2024 13:23:24 +0000 Subject: [PATCH] Copied v41.0 to latest in public with mike 2.0.0 --- public/latest | 2 +- public/versions.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/public/latest b/public/latest index 4379a41a..89105479 120000 --- a/public/latest +++ b/public/latest @@ -1 +1 @@ -v42.0 \ No newline at end of file +v41.0 \ No newline at end of file diff --git a/public/versions.json b/public/versions.json index 8ab41f4e..f1e2666c 100644 --- a/public/versions.json +++ b/public/versions.json @@ -3,23 +3,23 @@ "version": "v42.0", "title": "v42.0", "aliases": [ - "latestR42", - "latest" + "latestR42" ] }, { "version": "v41.0", "title": "v41.0", "aliases": [ - "latestR41" + "latestR41", + "latest" ] }, { "version": "v31.0", "title": "v31.0", "aliases": [ - "latestR3", - "latestR31" + "latestR31", + "latestR3" ] } ] -- GitLab