From 9885588e144b020725a166a866a4f8fbc0354138 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 11:41:58 +0200 Subject: [PATCH] docs: add v0.43 version option (#9506) (#9676) Co-authored-by: ryanchrypto <12519942+ryanchrypto@users.noreply.github.com> (cherry picked from commit 325dabd83c66c23a1f2320783de552a14090a086) Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> --- docs/.vuepress/config.js | 4 ++-- docs/versions | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 9db03d5bf8d3..7721100094a9 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -47,8 +47,8 @@ module.exports = { "key": "v0.42" }, { - "label": "v0.44", - "key": "v0.44" + "label": "v0.43", + "key": "v0.43" }, { "label": "master", diff --git a/docs/versions b/docs/versions index aec06db250e3..d01230080817 100644 --- a/docs/versions +++ b/docs/versions @@ -1,4 +1,4 @@ master master launchpad/backports v0.39 release/v0.42.x v0.42 -release/v0.44.x v0.44 +release/v0.43.x v0.43