From 7ce3e4f0b4bc8c04a2f4ed6109d3127e03852e04 Mon Sep 17 00:00:00 2001 From: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Date: Mon, 13 Sep 2021 11:35:15 +1200 Subject: [PATCH] chore: add v10.1 to version selector list The CI version update script had a bug that's since been fixed. While the `10.1` docs folder was added, the version JSON was not. This addition enables it to be selected via the docs menu dropdown UI. --- versions.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/versions.json b/versions.json index f40a134a..2ecbb2e7 100644 --- a/versions.json +++ b/versions.json @@ -4,6 +4,11 @@ "title": "edge", "aliases": [] }, + { + "version": "v10.1", + "title": "v10.1", + "aliases": [] + }, { "version": "v10.0", "title": "v10.0",