From 577899ff6a819cdefc43e38975b27d391c18f53e Mon Sep 17 00:00:00 2001 From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org> Date: Tue, 16 Apr 2024 12:38:47 +0000 Subject: [PATCH] Copied v41.0 to latest in public with mike 2.0.0 --- public/latest | 1 + public/versions.json | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 120000 public/latest diff --git a/public/latest b/public/latest new file mode 120000 index 00000000..89105479 --- /dev/null +++ b/public/latest @@ -0,0 +1 @@ +v41.0 \ No newline at end of file diff --git a/public/versions.json b/public/versions.json index 6cd033cb..74a5a9f5 100644 --- a/public/versions.json +++ b/public/versions.json @@ -3,15 +3,16 @@ "version": "v41.0", "title": "v41.0", "aliases": [ - "latestR41" + "latestR41", + "latest" ] }, { "version": "v31.0", "title": "v31.0", "aliases": [ - "latestR3", - "latestR31" + "latestR31", + "latestR3" ] } ] -- GitLab