From e3ccd9acff692adf18b0cab9981665a67c55bc93 Mon Sep 17 00:00:00 2001 From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org> Date: Mon, 15 Apr 2024 23:03:14 +0000 Subject: [PATCH] Copied v41.0 to latest in public with mike 2.0.0 --- public/latest | 1 + public/versions.json | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) 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 22bd6131..46ea7a9a 100644 --- a/public/versions.json +++ b/public/versions.json @@ -22,6 +22,8 @@ { "version": "v41.0", "title": "v41.0", - "aliases": [] + "aliases": [ + "latest" + ] } ] -- GitLab